diff options
author | Richard Henderson <rth@twiddle.net> | 2014-09-16 12:55:12 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-08-18 11:08:59 -0700 |
commit | 6c05d3ded7b51154e67c35e270c48784b7046883 (patch) | |
tree | 943fc2805f8742909c49f7de54d89a23df176528 /target-alpha/sys_helper.c | |
parent | 2f458b7c311f8d79028b04930f8c820b326fbcdd (diff) |
target-alpha: Inline hw_ret
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/sys_helper.c')
-rw-r--r-- | target-alpha/sys_helper.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-alpha/sys_helper.c b/target-alpha/sys_helper.c index 380d6e4d57..1f0e1a9671 100644 --- a/target-alpha/sys_helper.c +++ b/target-alpha/sys_helper.c @@ -40,14 +40,6 @@ uint64_t helper_load_pcc(CPUAlphaState *env) /* PALcode support special instructions */ #ifndef CONFIG_USER_ONLY -void helper_hw_ret(CPUAlphaState *env, uint64_t a) -{ - env->pc = a & ~3; - env->intr_flag = 0; - env->lock_addr = -1; - env->pal_mode = a & 1; -} - void helper_tbia(CPUAlphaState *env) { tlb_flush(CPU(alpha_env_get_cpu(env)), 1); |