Browse Source

Fix typos

gingerBill 3 years ago
parent
commit
1296fabe2c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/runtime/procs_wasm32.odin

+ 2 - 2
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