comparison m68k_to_x86.c @ 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 5af986d2b9da
children dc9f178085a0
comparison
equal deleted inserted replaced
556:34dfa9b24c7b 557:acec5464fa1e
5 */ 5 */
6 #include "gen_x86.h" 6 #include "gen_x86.h"
7 #include "m68k_to_x86.h" 7 #include "m68k_to_x86.h"
8 #include "68kinst.h" 8 #include "68kinst.h"
9 #include "mem.h" 9 #include "mem.h"
10 #include "x86_backend.h" 10 #include "backend.h"
11 #include <stdio.h> 11 #include <stdio.h>
12 #include <stddef.h> 12 #include <stddef.h>
13 #include <stdlib.h> 13 #include <stdlib.h>
14 #include <string.h> 14 #include <string.h>
15 15