From e614d43ea9af078301d538fcddb19e83eed7e879 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 13 May 2025 23:14:20 +0200 Subject: Support procedure without _ in the first stage --- boot/definitions.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/definitions.inc') diff --git a/boot/definitions.inc b/boot/definitions.inc index 731dda3..88f6e8b 100644 --- a/boot/definitions.inc +++ b/boot/definitions.inc @@ -62,5 +62,7 @@ # .equ TYPE_PRIMITIVE, 0x01 .equ TYPE_POINTER, 0x02 +.equ TYPE_PROCEDURE, 0x03 .equ INFO_PARAMETER, 0x10 .equ INFO_LOCAL, 0x20 +.equ INFO_PROCEDURE, 0x30 -- cgit v1.2.3