aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/default_allocators_js.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/runtime/default_allocators_js.odin')
-rw-r--r--core/runtime/default_allocators_js.odin4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/runtime/default_allocators_js.odin b/core/runtime/default_allocators_js.odin
index cc70b963a..715073f08 100644
--- a/core/runtime/default_allocators_js.odin
+++ b/core/runtime/default_allocators_js.odin
@@ -1,5 +1,5 @@
//+build js
package runtime
-default_allocator_proc :: nil_allocator_proc
-default_allocator :: nil_allocator
+default_allocator_proc :: panic_allocator_proc
+default_allocator :: panic_allocator