diff backend.h @ 2133:8554751f17b5

Remove use of get_native_pointer in 68K instruction decoding in preparation for word RAM interleaving
author Michael Pavone <pavone@retrodev.com>
date Thu, 17 Mar 2022 22:41:42 -0700
parents 0c1491818f4b
children bf4f1a8d1d48
line wrap: on
line diff
--- a/backend.h	Thu Mar 17 22:40:49 2022 -0700
+++ b/backend.h	Thu Mar 17 22:41:42 2022 -0700
@@ -92,6 +92,7 @@
 
 void retranslate_calc(cpu_options *opts);
 void patch_for_retranslate(cpu_options *opts, code_ptr native_address, code_ptr handler);
+void defer_translation(cpu_options *opts, uint32_t address, code_ptr handler);
 
 code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk const * memmap, uint32_t num_chunks, ftype fun_type, code_ptr *after_inc);
 void * get_native_pointer(uint32_t address, void ** mem_pointers, cpu_options * opts);