mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 13:25:19 +00:00
Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user