summaryrefslogtreecommitdiff
path: root/05/main.b
diff options
context:
space:
mode:
Diffstat (limited to '05/main.b')
-rw-r--r--05/main.b4
1 files changed, 1 insertions, 3 deletions
diff --git a/05/main.b b/05/main.b
index d3e6f60..3fd12f8 100644
--- a/05/main.b
+++ b/05/main.b
@@ -49,9 +49,7 @@ global output_file_data
; ident list of global variables. each one is stored as
; (type << 32) | address
global global_variables
-; ident list of functions. each entry is a pointer two statements
-; - the first one is a STATEMENT_LOCAL_DECLARATION (with dat2=dat3=dat4=0), which is only there to set rsp properly because of parameters
-; - the second one is the function body (a STATEMENT_BLOCK)
+; ident list of functions. each entry is a pointer to a statement (specifically, a STATEMENT_BLOCK)
global function_statements
; ident list mapping function names to function types (TYPE_FUNCTION {...})
global function_types