fix some calling convention stuff

This commit is contained in:
pommicket 2022-02-10 13:24:02 -05:00
parent 3d44eba388
commit b88de92fc7
6 changed files with 98 additions and 22 deletions

View file

@ -64,7 +64,7 @@ global statement_datas_ends
; block_static_variables[1] = static variables inside this block inside this function
; etc.
global block_static_variables
; ident lists of (type << 32) | rbp offset; one per block depth
; ident lists of (type << 32) | rbp offset; one per block depth -- note that rbp offset may be negative!
global local_variables
global block_depth
global expressions