diff m68k_to_x86.c @ 555:5af986d2b9da

Start work on refactoring some of the backend code to allow more sharing between M68K and Z80 cores and possibly also between x86 and the ARM backend when it exists
author Michael Pavone <pavone@retrodev.com>
date Mon, 24 Feb 2014 00:39:02 -0800
parents 96489fb27dbf
children acec5464fa1e
line wrap: on
line diff
--- a/m68k_to_x86.c	Sun Feb 23 22:17:43 2014 -0800
+++ b/m68k_to_x86.c	Mon Feb 24 00:39:02 2014 -0800
@@ -4345,13 +4345,6 @@
 	start_68k_context(context, address);
 }
 
-typedef enum {
-	READ_16,
-	READ_8,
-	WRITE_16,
-	WRITE_8
-} ftype;
-
 uint8_t * gen_mem_fun(x86_68k_options * opts, memmap_chunk * memmap, uint32_t num_chunks, ftype fun_type)
 {
 	uint8_t * dst = opts->cur_code;