Skip to content

Commit 144fee0

Browse files
committed
Revert WOW64_FLOATING_SAVE_AREA change to FLOATING_SAVE_AREA
1 parent 37322b1 commit 144fee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Libraries/Source/debug/debug_except.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void DebugExceptionhandler::LogFPURegisters(Debug &dbg, struct _EXCEPTION_POINTE
150150
return;
151151
}
152152

153-
WOW64_FLOATING_SAVE_AREA &flt=ctx.FloatSave;
153+
FLOATING_SAVE_AREA &flt=ctx.FloatSave;
154154
dbg << Debug::Bin() << Debug::FillChar('0')
155155
<< "CW:" << Debug::Width(16) << (flt.ControlWord&0xffff) << "\n"
156156
<< "SW:" << Debug::Width(16) << (flt.StatusWord&0xffff) << "\n"

0 commit comments

Comments
 (0)