mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2655 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
24be5ae3a0
commit
d2889a3efc
4 changed files with 18 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
|||
#define TT_NFPU_INSN 0x04
|
||||
#define TT_WIN_OVF 0x05
|
||||
#define TT_WIN_UNF 0x06
|
||||
#define TT_UNALIGNED 0x07
|
||||
#define TT_FP_EXCP 0x08
|
||||
#define TT_DFAULT 0x09
|
||||
#define TT_TOVF 0x0a
|
||||
|
@ -55,6 +56,7 @@
|
|||
#define TT_DFAULT 0x30
|
||||
#define TT_DMISS 0x31
|
||||
#define TT_DPROT 0x32
|
||||
#define TT_UNALIGNED 0x34
|
||||
#define TT_PRIV_ACT 0x37
|
||||
#define TT_EXTINT 0x40
|
||||
#define TT_SPILL 0x80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue