Incorrect defer/return value ordering in some cases.

This commit is contained in:
Christoffer Lerno
2023-06-18 23:25:33 +02:00
parent 2d46bdf8e3
commit 3bdeec3bc2
7 changed files with 24 additions and 24 deletions

View File

@@ -123,6 +123,7 @@
- Added `Clock` and `DateTime`.
### Fixes
- Fixed defer/return value ordering in certain cases.
- Fixes to the x64 ABI.
- Updates to how variadics are implemented.
- Fixes to shift checks.