summaryrefslogtreecommitdiff
path: root/boot/definitions.inc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-05-13 23:14:20 +0200
committerEugen Wissner <belka@caraus.de>2025-05-13 23:14:20 +0200
commite614d43ea9af078301d538fcddb19e83eed7e879 (patch)
tree0025fd056fe7692d8593881881b0b46e5340793b /boot/definitions.inc
parent1b31f532dfb9987788565c90db0558db6f8bed30 (diff)
downloadelna-e614d43ea9af078301d538fcddb19e83eed7e879.tar.gz
Support procedure without _ in the first stage
Diffstat (limited to 'boot/definitions.inc')
-rw-r--r--boot/definitions.inc2
1 files changed, 2 insertions, 0 deletions
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