diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-22 20:55:10 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-22 20:55:10 -0800 |
commit | 12c73dc400c1b6b61531df4ff0fd1efe4ef7ae12 (patch) | |
tree | 12f0b6e224aac2cadc0199e040a9f4dc579d920d /backend_x86.c | |
parent | 4cad512b6d7ac0f7042b90e1029626fb14788bf0 (diff) |
Z80 core is sort of working again
Diffstat (limited to 'backend_x86.c')
-rw-r--r-- | backend_x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend_x86.c b/backend_x86.c index 7f75761..6ba1a7a 100644 --- a/backend_x86.c +++ b/backend_x86.c @@ -28,7 +28,7 @@ void check_cycles(cpu_options * opts) *jmp_off = code->cur - (jmp_off+1); } -code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk * memmap, uint32_t num_chunks, ftype fun_type, code_ptr *after_inc) +code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk const * memmap, uint32_t num_chunks, ftype fun_type, code_ptr *after_inc) { code_info *code = &opts->code; code_ptr start = code->cur; |