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

DWCIS handled exotic jumps incorrectly.

parent f21b8fe6
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ int DetermineWorstCaseInsnSize(Instruction_t* insn, bool account_for_jump)
// jmp fallthrough
// +5: jmp target
// 2+5+5;
required_size=10;
required_size=12;
break;
}
......
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