aboutsummaryrefslogtreecommitdiff
path: root/core/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-06-30 10:09:58 +0100
committergingerBill <bill@gingerbill.org>2020-06-30 10:09:58 +0100
commit92363da58ee8d1973bd102878eef4c33942eee0d (patch)
treeef376648532fa37e67082a0fca19659d4489d8ff /core/runtime
parent0ea64182f1a05803a64f5495a9edb740c6d2488e (diff)
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
Diffstat (limited to 'core/runtime')
-rw-r--r--core/runtime/procs_windows_386.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/runtime/procs_windows_386.odin b/core/runtime/procs_windows_386.odin
index fc7bbcf98..e73f0ced0 100644
--- a/core/runtime/procs_windows_386.odin
+++ b/core/runtime/procs_windows_386.odin
@@ -1,5 +1,7 @@
package runtime
+@require foreign import "system:int64.lib"
+
foreign import kernel32 "system:Kernel32.lib"
windows_trap_array_bounds :: proc "contextless" () -> ! {