projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3259872
)
memdisk: remove unnecessary %ifdef
syslinux-3.83-pre6
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 2 Aug 2009 18:59:03 +0000
(11:59 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Sun, 2 Aug 2009 18:59:03 +0000
(11:59 -0700)
Remove an %ifdef that the macros take care of anyway.
memdisk/memdisk.inc
patch
|
blob
|
history
diff --git
a/memdisk/memdisk.inc
b/memdisk/memdisk.inc
index
f4cb0fe
..
3c79b62
100644
(file)
--- 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]