diff options
author | pommicket <pommicket@gmail.com> | 2022-01-07 12:06:33 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-01-07 12:06:33 -0500 |
commit | fbe3f4e701adcf5ef8707d5b56ec3b179b942e71 (patch) | |
tree | 488412f445e77a9abbb04803062a9ee5191c13c7 /04/in03 | |
parent | 479ff20704ecfb9e78dda1d52375368fbafbabbd (diff) |
04 compiler fix (global lookup), start preprocessor
Diffstat (limited to '04/in03')
-rw-r--r-- | 04/in03 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1554,6 +1554,7 @@ align ; set <rax> to address of variable in rsi :set_rax_to_address_of_variable J=:local_variables + R=I call :ident_lookup C=A ?C=0:try_global @@ -1579,6 +1580,7 @@ align return :try_global + I=R J=:global_variables call :ident_lookup C=A |