Ensure cpsr.t reads back out properly
Jeffrey Pfau jeffrey@endrift.com
Thu, 18 Apr 2013 00:19:41 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/arm/arm.h
→
src/arm/arm.h
@@ -53,7 +53,7 @@
union PSR { struct { enum PrivilegeMode priv : 5; - int t : 1; + enum ExecutionMode t : 1; int f : 1; int i : 1; int : 20;