Skip to content
Permalink
Browse files
Merge pull request #6626 from lioncash/dcbz_l-disasm
GekkoDisassembler: Fix disassembly of dcbz_l
  • Loading branch information
Tilka committed Apr 12, 2018
2 parents b2de380 + 1c17329 commit 27515f4
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1179,6 +1179,7 @@ void GekkoDisassembler::ps(u32 inst)
ill(inst);
else
dab(inst, "dcbz_l", 3, 0, 0, 0, 0);
return;
}

// default:

0 comments on commit 27515f4

Please sign in to comment.