mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-18 15:49:47 +03:00
Fixed JP and JNP instruction types in TwoByteConditionalJumpHandler
This commit is contained in:
@ -19,7 +19,7 @@ public class TwoByteConditionalJumpHandler : InstructionHandler
|
||||
[
|
||||
InstructionType.Jo, InstructionType.Jno, InstructionType.Jb, InstructionType.Jae,
|
||||
InstructionType.Jz, InstructionType.Jnz, InstructionType.Jbe, InstructionType.Ja,
|
||||
InstructionType.Js, InstructionType.Jns, InstructionType.Unknown, InstructionType.Unknown,
|
||||
InstructionType.Js, InstructionType.Jns, InstructionType.Jp, InstructionType.Jnp,
|
||||
InstructionType.Jl, InstructionType.Jge, InstructionType.Jle, InstructionType.Jg
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user