mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Make it work for the old dynarec too
This commit is contained in:
@@ -122,6 +122,9 @@ const OpFn *x86_opcodes_df_a32;
|
||||
const OpFn *x86_opcodes_REPE;
|
||||
const OpFn *x86_opcodes_REPNE;
|
||||
|
||||
int in_smm = 0, smi_line = 0, smi_latched = 0;
|
||||
uint32_t smbase = 0x30000;
|
||||
|
||||
CPU *cpu_s;
|
||||
int cpu_effective;
|
||||
int cpu_multi;
|
||||
|
||||
Reference in New Issue
Block a user