mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target-sparc: implement UA2005 GL register
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
This commit is contained in:
parent
6e040755f1
commit
cbc3a6a4cc
6 changed files with 58 additions and 7 deletions
|
@ -4558,8 +4558,7 @@ static void disas_sparc_insn(DisasContext * dc, unsigned int insn)
|
|||
break;
|
||||
case 16: // UA2005 gl
|
||||
CHECK_IU_FEATURE(dc, GL);
|
||||
tcg_gen_st32_tl(cpu_tmp0, cpu_env,
|
||||
offsetof(CPUSPARCState, gl));
|
||||
gen_helper_wrgl(cpu_env, cpu_tmp0);
|
||||
break;
|
||||
case 26: // UA2005 strand status
|
||||
CHECK_IU_FEATURE(dc, HYPV);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue