fix crash on invalid type cast added to ptr deref expression ('.' operator)

This commit is contained in:
Irmen de Jong
2025-09-22 23:54:01 +02:00
parent bfb34dff62
commit fd62fe7511
9 changed files with 40 additions and 54 deletions
-2
View File
@@ -1,8 +1,6 @@
TODO
====
- fix ubyte x = sprites[i]^^.x compiler crash (2 times 'x')
STRUCTS and TYPED POINTERS
--------------------------