summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/runtime/features/standalone-calls-do-not-write-to-nil.out
AgeCommit message (Collapse)Author
2023-01-09GDScript: Don't use the NIL address to hold return value of functionsGeorge Marques
This prevents that the NIL address is filled with another value, which causes problems for some instructions that read from NIL.