From: H. Peter Anvin Date: Mon, 24 Mar 2008 23:34:54 +0000 (-0700) Subject: runkernel: remove debugging code X-Git-Tag: syslinux-3.70-pre6~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f106a28633f27a49020a982047cf51f8f7ae64ac;p=platform%2Fupstream%2Fsyslinux.git runkernel: remove debugging code Remove debugging code which prevents building with tracers on. --- diff --git a/runkernel.inc b/runkernel.inc index 5cabbef..abd2378 100644 --- a/runkernel.inc +++ b/runkernel.inc @@ -435,25 +435,6 @@ setup_move: push cx ; Length of descriptor list push word trackbuf -%ifdef DEBUG_TRACERS - pushad - mov si,trackbuf -.foo: - lodsd - call writehex8 - mov al,'.' - call writechr - lodsd - call writehex8 - mov al,'.' - call writechr - lodsd - call writehex8 - call crlf - loop .foo - popad -%endif - mov dword [EntryPoint],run_linux_kernel ; BX points to the final real mode segment, and will be loaded ; into DS.