mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/hppa: Implement rfi
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7f221b0706
commit
f49b3537cb
4 changed files with 55 additions and 2 deletions
|
@ -178,6 +178,7 @@ struct CPUHPPAState {
|
|||
|
||||
target_ureg cr[32]; /* control registers */
|
||||
target_ureg cr_back[2]; /* back of cr17/cr18 */
|
||||
target_ureg shadow[7]; /* shadow registers */
|
||||
|
||||
/* Those resources are used only in QEMU core */
|
||||
CPU_COMMON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue