summaryrefslogtreecommitdiffstats
path: root/target-mips
diff options
context:
space:
mode:
authorRichard Henderson2013-09-15 00:09:39 +0200
committerRichard Henderson2013-10-10 20:43:37 +0200
commit5cd8f6210f83db15702e81b91e40e7079608e6f3 (patch)
tree58399547f7c4a63b61f67aefc5db4805ca65728b /target-mips
parenttarget-m68k: Rename helpers.h to helper.h (diff)
downloadqemu-5cd8f6210f83db15702e81b91e40e7079608e6f3.tar.gz
qemu-5cd8f6210f83db15702e81b91e40e7079608e6f3.tar.xz
qemu-5cd8f6210f83db15702e81b91e40e7079608e6f3.zip
tcg: Move helper registration into tcg_context_init
No longer needs to be done on a per-target basis. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-mips')
-rw-r--r--target-mips/translate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index ad43d59103..0d8db66889 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -15886,10 +15886,6 @@ void mips_tcg_init(void)
offsetof(CPUMIPSState, active_fpu.fcr31),
"fcr31");
- /* register helpers */
-#define GEN_HELPER 2
-#include "helper.h"
-
inited = 1;
}