mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target-alpha: Move exception helpers to helper.c.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
0be034bc2c
commit
b9f0923eb7
5 changed files with 63 additions and 56 deletions
|
@ -149,7 +149,7 @@ static void gen_excp_1(int exception, int error_code)
|
|||
|
||||
tmp1 = tcg_const_i32(exception);
|
||||
tmp2 = tcg_const_i32(error_code);
|
||||
gen_helper_excp(tmp1, tmp2);
|
||||
gen_helper_excp(cpu_env, tmp1, tmp2);
|
||||
tcg_temp_free_i32(tmp2);
|
||||
tcg_temp_free_i32(tmp1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue