dyncom: Migrate InAPrivilegedMode to armsupp

It's a generic helper function, so it should be here anyway.
This commit is contained in:
Lioncash 2015-03-26 09:21:24 -04:00
parent c4767f3bb2
commit de6eba0288
3 changed files with 7 additions and 4 deletions

View file

@ -357,3 +357,4 @@ extern u32 ARMul_SignedSatQ(s32, u8, bool*);
extern u32 ARMul_UnsignedSatQ(s32, u8, bool*);
extern bool InBigEndianMode(ARMul_State*);
extern bool InAPrivilegedMode(ARMul_State*);