[bug] Fixed missing control flow in some JCCs (x86::Compiler)

This commit is contained in:
kobalicek
2025-06-28 22:43:54 +02:00
parent 964e7c20b5
commit a3199e8857
2 changed files with 1513 additions and 1514 deletions

View File

@@ -4268,7 +4268,7 @@
{"group": "Control Flow", "instructions": [
{"name": "call lcall", "control": "call"},
{"name": "iret iretd iretq", "control": "return"},
{"name": "jb jnb jz jnz jbe jnbe jp jnp jl jnl jle jnle jecxz", "control": "branch"},
{"name": "jb jbe jl jle jnb jnbe jnl jnle jno jnp jns jnz jo jp js jz jecxz", "control": "branch"},
{"name": "jmp jmpabs ljmp", "control": "jump"},
{"name": "loop loope loopne", "control": "branch"},
{"name": "ret retf", "control": "return"}

File diff suppressed because it is too large Load Diff