comparison debug.h @ 569:9b7fcf748be0

Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h respectively
author Michael Pavone <pavone@retrodev.com>
date Sun, 02 Mar 2014 15:25:52 -0800
parents fb39534b6604
children cc05444a4a4e
comparison
equal deleted inserted replaced
568:19e517735215 569:9b7fcf748be0
1 #ifndef DEBUG_H_ 1 #ifndef DEBUG_H_
2 #define DEBUG_H_ 2 #define DEBUG_H_
3 3
4 #include <stdint.h> 4 #include <stdint.h>
5 #include "m68k_to_x86.h" 5 #include "m68k_core.h"
6 6
7 typedef struct disp_def { 7 typedef struct disp_def {
8 struct disp_def * next; 8 struct disp_def * next;
9 char * param; 9 char * param;
10 uint32_t index; 10 uint32_t index;