Browse Source

Fix typos

gingerBill 3 năm trước cách đây
mục cha
commit
1296fabe2c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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