summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-08-02 11:59:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-08-02 11:59:03 -0700
commit386255cf3c6519926abafd3760f504115519928b (patch)
tree9728ddcdee35177382a7c530aa81876b385c3bb8
parent32598725b8d1941899bc700b5d71efa57c3f419c (diff)
downloadsyslinux-3.83-pre6.tar.gz
memdisk: remove unnecessary %ifdefsyslinux-3.83-pre6
Remove an %ifdef that the macros take care of anyway.
-rw-r--r--memdisk/memdisk.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index f4cb0fe6..3c79b624 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -149,15 +149,11 @@ Int13Start:
jb .nomatch ; Drive < Our drive
dec dl ; Drive > Our drive, adjust drive #
.nomatch:
-%ifdef DEBUG_TRACERS
TRACER '!'
WRITEHEX2 dl
TRACER ','
mov ax,[cs:SavedAX]
WRITEHEX4
-%else
- mov ax,[cs:SavedAX]
-%endif
inc word [cs:Recursive]
pushf
call far [cs:OldInt13]