src/stage2/stage2.nasm:573: warning: label alone on a line without a colon might be in error [-w+label-orphan]
This commit is contained in:
@@ -570,7 +570,7 @@ PrintString:
|
||||
; Prints a single character
|
||||
; void PrintCharacter(char c);
|
||||
PrintCharacter:
|
||||
__CDECL_ENTRY
|
||||
__CDECL16_ENTRY
|
||||
.func_bios:
|
||||
mov ax, [bp + 4] ; c
|
||||
mov dx, 0x00ff
|
||||
|
||||
Reference in New Issue
Block a user