From 2131cf28e56a5c4486c5525c313e07f2db09baec Mon Sep 17 00:00:00 2001 From: "Mihail Semenyako (mike.dld)" Date: Thu, 28 May 2009 19:07:02 +0000 Subject: [PATCH] fix for 8/16-bit registers output with DEBUGF (bug #8) git-svn-id: svn://kolibrios.org@1088 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/fdo.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/trunk/fdo.inc b/kernel/trunk/fdo.inc index c36be1e81f..ca9055b563 100644 --- a/kernel/trunk/fdo.inc +++ b/kernel/trunk/fdo.inc @@ -201,7 +201,6 @@ macro DEBUGH_N _sign,_num,_hex { if ~_hex eq ax movzx eax,_hex end if - shl eax,16 if (_num eq) mov edx,4 end if @@ -209,7 +208,6 @@ macro DEBUGH_N _sign,_num,_hex { if ~_hex eq al movzx eax,_hex end if - shl eax,24 if (_num eq) mov edx,2 end if