diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-14 16:45:23 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-14 16:45:23 -0800 |
commit | d07b907bc7889308890b590d2aaf88dfc44ae616 (patch) | |
tree | 273eedc41416db521869870f236f761e351c309f /backend.h | |
parent | 4d15ffc63362410563a49481faf9652c138945ac (diff) |
WIP effort to update z80 core for code gen changes
Diffstat (limited to 'backend.h')
-rw-r--r-- | backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ void cycles(cpu_options *opts, uint32_t num); void check_cycles_int(cpu_options *opts, uint32_t address); void check_cycles(cpu_options * opts); -code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk * memmap, uint32_t num_chunks, ftype fun_type); +code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk * memmap, uint32_t num_chunks, ftype fun_type, code_ptr *after_inc); #endif //BACKEND_H_ |