]> Git Repo - qemu.git/blobdiff - target-m68k/cpu.h
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
[qemu.git] / target-m68k / cpu.h
index 43a9a1c6128298846608790c4cf0b91892d93c45..224c16967ca92566317b87a766c5f92de1daea2f 100644 (file)
@@ -32,8 +32,6 @@
 
 #define MAX_QREGS 32
 
-#define ELF_MACHINE    EM_68K
-
 #define EXCP_ACCESS         2   /* Access (MMU) error.  */
 #define EXCP_ADDRESS        3   /* Address error.  */
 #define EXCP_ILLEGAL        4   /* Illegal instruction.  */
@@ -215,7 +213,6 @@ void register_m68k_insns (CPUM68KState *env);
 #define cpu_init(cpu_model) CPU(cpu_m68k_init(cpu_model))
 
 #define cpu_exec cpu_m68k_exec
-#define cpu_gen_code cpu_m68k_gen_code
 #define cpu_signal_handler cpu_m68k_signal_handler
 #define cpu_list m68k_cpu_list
 
This page took 0.022333 seconds and 4 git commands to generate.