From 1296fabe2c933c350315efacb0961ce794505eab Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 7 Nov 2021 16:20:04 +0000 Subject: [PATCH] Fix typos --- core/runtime/procs_wasm32.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/runtime/procs_wasm32.odin b/core/runtime/procs_wasm32.odin index 2b242bc90..06bf59fad 100644 --- a/core/runtime/procs_wasm32.odin +++ b/core/runtime/procs_wasm32.odin @@ -2,8 +2,8 @@ package runtime @(link_name="__ashlti3", linkage="strong") -__ashlti3 :: proc "c" (a: i64, b: i32) -> i64 { - input: transmute([2]i32)a +__ashlti3 :: proc "c" (a: i64, b: u32) -> i64 { + input := transmute([2]i32)a result: [2]i32 if b & 32 != 0 { result[0] = 0