Fix typos

This commit is contained in:
gingerBill
2021-11-07 16:20:04 +00:00
parent dc2edd3e79
commit 1296fabe2c

View File

@@ -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