git-svn-id: https://spexeah.com:8443/svn/Asuro@200 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-22 20:18:49 +00:00
parent b15760b7f6
commit 1c64be9cb5
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,7 @@ begin
console.writehexln(Regs^.CS);
console.writestring('Error Code: ');
console.writehexln(Regs^.ErrorCode);
Regs^.EIP:= Regs^.EIP - 2;
//util.halt_and_catch_fire;
util.halt_and_catch_fire;
end;
procedure register();