summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index c2711db..9da12be 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -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 @@ struct m68kinst;
#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;