correction

This commit is contained in:
2024-10-17 14:33:32 -04:00
parent 6942c4dbb4
commit 4708c78d54

View File

@@ -385,7 +385,7 @@ begin_data:
%macro define_info 2 %macro define_info 2
ALIGN 16 ALIGN 16
%1_info: %1_info:
db %2, CRLF_NUL, 00h db %2, CRLF, 00h
%endmacro %endmacro
define_info HelloPrompt, "Hello from Stevia Stage2!" define_info HelloPrompt, "Hello from Stevia Stage2!"