Skip to content
Snippets Groups Projects
Commit b6226f17 authored by whh8b's avatar whh8b
Browse files

Make sure that we calculate the WCIS of a jo correctly

parent 8599ce68
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ size_t DetermineWorstCaseInsnSize(Instruction_t* insn, bool account_for_jump)
switch(insn->GetDataBits()[0])
{
case (char)0x70:
case (char)0x71:
case (char)0x72:
case (char)0x73:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment