From 707f983fe96e4ad9bf89b07a0b4e88465c7d111f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 10 May 2025 23:24:03 +0200 Subject: Add symbol info for parameters and local variables --- 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 574838c..731dda3 100644 --- a/boot/definitions.inc +++ b/boot/definitions.inc @@ -62,3 +62,5 @@ # .equ TYPE_PRIMITIVE, 0x01 .equ TYPE_POINTER, 0x02 +.equ INFO_PARAMETER, 0x10 +.equ INFO_LOCAL, 0x20 -- cgit v1.2.3