diff m68k_to_x86.h @ 557:acec5464fa1e

Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
author Mike Pavone <pavone@retrodev.com>
date Mon, 24 Feb 2014 00:50:15 -0800
parents 3090d016c9e9
children dc9f178085a0
line wrap: on
line diff
--- a/m68k_to_x86.h	Mon Feb 24 00:40:32 2014 -0800
+++ b/m68k_to_x86.h	Mon Feb 24 00:50:15 2014 -0800
@@ -7,7 +7,7 @@
 #define M68K_TO_X86_H_
 #include <stdint.h>
 #include <stdio.h>
-#include "x86_backend.h"
+#include "backend.h"
 //#include "68kinst.h"
 struct m68kinst;