diff --git a/lib/fast486/common.inl b/lib/fast486/common.inl index 4d8fdb27c4f..a45c244cd87 100644 --- a/lib/fast486/common.inl +++ b/lib/fast486/common.inl @@ -365,7 +365,7 @@ Fast486StackPop(PFAST486_STATE State, } /* Increment SP by 2 */ - State->GeneralRegs[FAST486_REG_ESP].Long += 2; + State->GeneralRegs[FAST486_REG_ESP].LowWord += 2; /* Store the value in the result */ *Value = ShortValue;