diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-05-13 23:14:20 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-05-13 23:14:20 +0200 |
| commit | e614d43ea9af078301d538fcddb19e83eed7e879 (patch) | |
| tree | 0025fd056fe7692d8593881881b0b46e5340793b /boot/definitions.inc | |
| parent | 1b31f532dfb9987788565c90db0558db6f8bed30 (diff) | |
| download | elna-e614d43ea9af078301d538fcddb19e83eed7e879.tar.gz | |
Support procedure without _ in the first stage
Diffstat (limited to 'boot/definitions.inc')
| -rw-r--r-- | boot/definitions.inc | 2 |
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 |
