Implement special selector pushing behavior and improve the opcode length heuristic for CS limit checks, fixes #4552.

This commit is contained in:
OBattler
2024-06-23 02:28:22 +02:00
parent 499a4e1d77
commit bbe035b62a
4 changed files with 62 additions and 12 deletions

View File

@@ -449,6 +449,7 @@ get_ram_ptr(uint32_t a)
}
}
extern int opcode_has_modrm[256];
extern int opcode_length[256];
#ifdef OPS_286_386