diff options
author | Richard Henderson <rth@twiddle.net> | 2015-08-27 18:18:09 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:50 +1100 |
commit | dc03246cc377268db63abc8c5663ef571aec2eea (patch) | |
tree | 8e8ba297a6f05931a8bd835561b4f6ce05c9bb92 /target-moxie | |
parent | fec88f64bda27846add83e924c8f4def9d94e068 (diff) |
target-*: Drop cpu_gen_code define
This symbol no longer exists.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-moxie')
-rw-r--r-- | target-moxie/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-moxie/cpu.h b/target-moxie/cpu.h index 2bac15bf60..a612744011 100644 --- a/target-moxie/cpu.h +++ b/target-moxie/cpu.h @@ -122,7 +122,6 @@ int cpu_moxie_signal_handler(int host_signum, void *pinfo, #define cpu_init(cpu_model) CPU(cpu_moxie_init(cpu_model)) #define cpu_exec cpu_moxie_exec -#define cpu_gen_code cpu_moxie_gen_code #define cpu_signal_handler cpu_moxie_signal_handler static inline int cpu_mmu_index(CPUMoxieState *env, bool ifetch) |