diff m68k_to_x86.h @ 211:464513050c85

Small bit of cleanup
author Mike Pavone <pavone@retrodev.com>
date Tue, 16 Apr 2013 09:31:21 -0700
parents 3457dc6fd558
children d9bf8e61c33c
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun Jan 27 13:07:26 2013 -0800
+++ b/m68k_to_x86.h	Tue Apr 16 09:31:21 2013 -0700
@@ -2,6 +2,7 @@
 #define M68K_TO_X86_H_
 #include <stdint.h>
 #include <stdio.h>
+#include "x86_backend.h"
 //#include "68kinst.h"
 struct m68kinst;
 
@@ -13,11 +14,6 @@
 #define MAX_NATIVE_SIZE 255
 
 #define OPT_NATIVE_CALL_STACK 0x1
- 
-typedef struct {
-	uint8_t  *base;
-	int32_t *offsets;
-} native_map_slot;
 
 typedef struct deferred_addr {
 	struct deferred_addr *next;