fix const value of AddressOf for certain types

This commit is contained in:
Irmen de Jong
2024-01-09 22:10:25 +01:00
parent 38dc7fb7bd
commit f27e3478b9
7 changed files with 63 additions and 13 deletions

View File

@@ -3,6 +3,8 @@ TODO
IR: use SCC and SCS, to optimize some code that sets 0/1 based on carry flag status
try to get rid of ArrayIndex class
...