mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-16 03:49:59 +01:00
Merge pull request #573 from lioncash/intflags
arm: Set the A bit on reset.
This commit is contained in:
commit
46887afeda
@ -35,7 +35,7 @@ enum : u32 {
|
|||||||
|
|
||||||
// Masks for groups of bits in the APSR.
|
// Masks for groups of bits in the APSR.
|
||||||
MODEBITS = 0x1F,
|
MODEBITS = 0x1F,
|
||||||
INTBITS = 0xC0,
|
INTBITS = 0x1C0,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Different ways to start the next instruction.
|
// Different ways to start the next instruction.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user