Defined mem_start
This commit is contained in:
parent
e9d7a608f0
commit
60538301d5
@ -49,6 +49,7 @@ int main(int argc, char *argv[]) {
|
||||
instruction_table table;
|
||||
Sim86_Get8086InstructionTable(&table);
|
||||
|
||||
u32 mem_start = size + 1;
|
||||
u32 offset = 0;
|
||||
|
||||
bool accessed_registers[REGISTER_COUNT] = {false};
|
||||
|
Loading…
Reference in New Issue
Block a user