From 94ed76be827a1e26c05000366d9e5188ac8efbbd Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Thu, 3 Oct 2024 15:28:44 -0400 Subject: [PATCH] src/stage2/stage2.nasm:573: warning: label alone on a line without a colon might be in error [-w+label-orphan] --- src/stage2/stage2.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index dc45eb5..a40792e 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -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