]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/translate.c
tcg: Move helper registration into tcg_context_init
[qemu.git] / target-m68k / translate.c
index f31e48d073b32e162530dba93406402474444413..f54b94a53f200b99ebb2a40671023bf06e53c0fe 100644 (file)
@@ -108,9 +108,6 @@ void m68k_tcg_init(void)
 
     NULL_QREG = tcg_global_mem_new(TCG_AREG0, -4, "NULL");
     store_dummy = tcg_global_mem_new(TCG_AREG0, -8, "NULL");
-
-#define GEN_HELPER 2
-#include "helper.h"
 }
 
 static inline void qemu_assert(int cond, const char *msg)