diff options
author | Richard Henderson <rth@twiddle.net> | 2013-09-14 15:09:39 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-10-10 11:43:37 -0700 |
commit | 5cd8f6210f83db15702e81b91e40e7079608e6f3 (patch) | |
tree | 58399547f7c4a63b61f67aefc5db4805ca65728b /target-microblaze | |
parent | e5e84d22a3c31a674f9bb1d9ffcb92c111e13421 (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-microblaze')
-rw-r--r-- | target-microblaze/translate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c index 0673176957..1b937b3f0d 100644 --- a/target-microblaze/translate.c +++ b/target-microblaze/translate.c @@ -2024,8 +2024,6 @@ void mb_tcg_init(void) offsetof(CPUMBState, sregs[i]), special_regnames[i]); } -#define GEN_HELPER 2 -#include "helper.h" } void restore_state_to_opc(CPUMBState *env, TranslationBlock *tb, int pc_pos) |