aboutsummaryrefslogtreecommitdiff
path: root/target-openrisc/translate.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-09-14 15:09:39 -0700
committerRichard Henderson <rth@twiddle.net>2013-10-10 11:43:37 -0700
commit5cd8f6210f83db15702e81b91e40e7079608e6f3 (patch)
tree58399547f7c4a63b61f67aefc5db4805ca65728b /target-openrisc/translate.c
parente5e84d22a3c31a674f9bb1d9ffcb92c111e13421 (diff)
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-openrisc/translate.c')
-rw-r--r--target-openrisc/translate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c
index 723b77d3b4..8908a2e32b 100644
--- a/target-openrisc/translate.c
+++ b/target-openrisc/translate.c
@@ -110,8 +110,6 @@ void openrisc_translate_init(void)
offsetof(CPUOpenRISCState, gpr[i]),
regnames[i]);
}
-#define GEN_HELPER 2
-#include "helper.h"
}
/* Writeback SR_F transaltion-space to execution-space. */