mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 06:28:05 -05:00
armemu: Fix construction of the CPSR
This commit is contained in:
@ -198,7 +198,7 @@ struct ARMul_State
|
||||
//ARMword translate_pc;
|
||||
|
||||
/* add armv6 flags dyf:2010-08-09 */
|
||||
ARMword GEFlag, EFlag, AFlag, QFlags;
|
||||
ARMword GEFlag, EFlag, AFlag, QFlag;
|
||||
//chy:2003-08-19, used in arm v5e|xscale
|
||||
ARMword SFlag;
|
||||
#ifdef MODET
|
||||
|
Reference in New Issue
Block a user