Improve error message for invalid operand kinds

This commit is contained in:
gingerBill
2026-08-11 11:56:03 +01:00
parent 400203c344
commit b0364d2c60
4 changed files with 36 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ main :: proc() {
strings.write_string(&sb, "\n\n\n")
fmt.sbprintf(&sb, "gb_internal Asm_{0:s} g_asm_{0:s};\n", ISA_NAME)
fmt.sbprintf(&sb, "gb_global Asm_{0:s} g_asm_{0:s};\n", ISA_NAME)
strings.write_string(&sb, "\n\n\n")