diff options
author | Artyom Tarasenko <atar4qemu@gmail.com> | 2016-06-07 18:33:53 +0200 |
---|---|---|
committer | Artyom Tarasenko <atar4qemu@gmail.com> | 2017-01-18 22:03:44 +0100 |
commit | 6e040755f12eba34d2fa3d56b18de32d63fea631 (patch) | |
tree | e408d895b8312b5ef2f81a8f55513d9078383d91 /target/sparc/cpu.h | |
parent | 9a10756d1204c3528e47892195349bf882069846 (diff) |
target-sparc: implement UA2005 hypervisor traps
Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'target/sparc/cpu.h')
-rw-r--r-- | target/sparc/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h index 00fbb4ee1a..f173dd6f04 100644 --- a/target/sparc/cpu.h +++ b/target/sparc/cpu.h @@ -79,6 +79,7 @@ #define TT_FILL 0xc0 #define TT_WOTHER (1 << 5) #define TT_TRAP 0x100 +#define TT_HTRAP 0x180 #endif #define PSR_NEG_SHIFT 23 |