mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
target/openrisc: Implement lwa, swa
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
c56e3b8670
commit
930c3d0074
7 changed files with 81 additions and 8 deletions
|
@ -296,6 +296,9 @@ typedef struct CPUOpenRISCState {
|
|||
uint32_t fpcsr; /* Float register */
|
||||
float_status fp_status;
|
||||
|
||||
target_ulong lock_addr;
|
||||
target_ulong lock_value;
|
||||
|
||||
uint32_t flags; /* cpu_flags, we only use it for exception
|
||||
in solt so far. */
|
||||
uint32_t btaken; /* the SR_F bit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue