diff 68kinst.h @ 14:2bdad0f52f42

x86 code gen, initial work on translator
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Nov 2012 09:28:13 -0800
parents 4553fc97b15e
children c0f339564819
line wrap: on
line diff
--- a/68kinst.h	Thu Nov 15 22:15:43 2012 -0800
+++ b/68kinst.h	Tue Nov 27 09:28:13 2012 -0800
@@ -1,3 +1,6 @@
+#ifndef M68KINST_H_
+#define M68KINST_H_
+
 #include <stdint.h>
 
 typedef enum {
@@ -176,3 +179,5 @@
 uint32_t m68k_cycles(m68kinst * inst);
 int m68K_disasm(m68kinst * decoded, char * dst);
 
+#endif
+