summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-04-16 09:31:21 -0700
committerMike Pavone <pavone@retrodev.com>2013-04-16 09:31:21 -0700
commit6d83bfe89548daa312e40efda6c1200993d24523 (patch)
treefc1b454f7beda74f18d49776ad3bf17c2e18f555 /m68k_to_x86.h
parente73320f72e5d2a10714672bdbc59e87849100585 (diff)
Small bit of cleanup
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;