Fix in DEBUGF (incorrect output of eax..edi with %x)

New show_error_parameters (core/sys32.inc) from Ghost

git-svn-id: svn://kolibrios.org@656 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld)
2007-10-19 11:04:39 +00:00
parent 8c19251a65
commit a30801ba4b
2 changed files with 60 additions and 35 deletions

View File

@@ -196,6 +196,7 @@ macro DEBUGH_N _sign,_num,_hex {
if ~_hex eq eax
mov eax,_hex
end if
mov edx,8
else if _hex in <ax,bx,cx,dx,si,di,bp,sp>
if ~_hex eq ax
movzx eax,_hex