mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
[goalc] fix static array length (#836)
* fix static array length * add some more small fixes
This commit is contained in:
@@ -200,4 +200,6 @@
|
||||
- Converting a float larger than `INT32_MAX` now saturates to INT32_MAX, like on a real PS2.
|
||||
- Treating a float as a 64-bit integer now sign extends, like on a real PS2
|
||||
- It is now an error to have two arguments with the same name.
|
||||
- It is now a warning to redefine a constant.
|
||||
- It is now a warning to redefine a constant.
|
||||
- Fix a bug where the size of static boxed arrays was only `length` and not `allocated-length`
|
||||
- It is now possible to call a method on a forward declared type. The forward declared type must be a basic.
|
||||
Reference in New Issue
Block a user