Skip to content

Commit a189ceb

Browse files
ecm-pushbxPerditionC
authored andcommitted
boot32: comment out unused print function
1 parent 630735e commit a189ceb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boot/boot32.asm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ c3:
306306
adc dx, [data_start + 2]
307307
ret
308308

309+
%if 0
309310
; prints text after call to this function.
310311

311312
print_1char:
@@ -318,7 +319,8 @@ print1: lodsb ; get token
318319
cmp al, 0 ; end of string?
319320
jne print_1char ; until done
320321
ret ; and jump to it
321-
322+
%endif
323+
322324
;input:
323325
; DX:AX - 32-bit DOS sector number
324326
; ES:BX - destination buffer

0 commit comments

Comments
 (0)