[NTOS] Add a hack for VBox

This commit is contained in:
Timo Kreuzer 2022-07-23 13:35:14 +02:00
parent f96bee30ed
commit ae39ad4d10

View file

@ -316,6 +316,10 @@ ENDFUNC
PUBLIC KiDoubleFaultAbort
FUNC KiDoubleFaultAbort
/* Hack for VBox, which "forgets" to push an error code on the stack! */
and rsp, HEX(FFFFFFFFFFFFFFF0)
/* A zero error code is pushed */
EnterTrap (TF_HAS_ERROR_CODE OR TF_SAVE_ALL)