mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typos
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
package runtime
|
package runtime
|
||||||
|
|
||||||
@(link_name="__ashlti3", linkage="strong")
|
@(link_name="__ashlti3", linkage="strong")
|
||||||
__ashlti3 :: proc "c" (a: i64, b: i32) -> i64 {
|
__ashlti3 :: proc "c" (a: i64, b: u32) -> i64 {
|
||||||
input: transmute([2]i32)a
|
input := transmute([2]i32)a
|
||||||
result: [2]i32
|
result: [2]i32
|
||||||
if b & 32 != 0 {
|
if b & 32 != 0 {
|
||||||
result[0] = 0
|
result[0] = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user