Avoid assmebler size mismatch warning in Keep procedure

git-svn-id: trunk@26496 -
This commit is contained in:
pierre 2014-01-17 23:33:24 +00:00
parent 3f4111ac37
commit f4726e068b

View File

@ -1066,7 +1066,7 @@ asm
dec bx
mov es, bx
mov dx, es:[3]
mov al, exitcode
mov ax, exitcode
mov ah, 31h
int 21h
end;