Add -show-system-calls; Update runtime for windows_386; Fix some minor bugs

This commit is contained in:
gingerBill
2020-06-30 10:09:58 +01:00
parent 0ea64182f1
commit 92363da58e
7 changed files with 48 additions and 9 deletions
+2
View File
@@ -1,5 +1,7 @@
package runtime
@require foreign import "system:int64.lib"
foreign import kernel32 "system:Kernel32.lib"
windows_trap_array_bounds :: proc "contextless" () -> ! {