mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo in wasm64p32 abi
This commit is contained in:
+1
-1
@@ -1324,7 +1324,7 @@ namespace lbAbiWasm {
|
|||||||
LLVMStructGetTypeAtIndex(type, 2)
|
LLVMStructGetTypeAtIndex(type, 2)
|
||||||
};
|
};
|
||||||
LLVMTypeRef new_type = LLVMStructTypeInContext(c, types, gb_count_of(types), false);
|
LLVMTypeRef new_type = LLVMStructTypeInContext(c, types, gb_count_of(types), false);
|
||||||
return lb_arg_type_direct(new_type, type, nullptr, nullptr);
|
return lb_arg_type_direct(type, new_type, nullptr, nullptr);
|
||||||
} else {
|
} else {
|
||||||
return is_struct(c, type, calling_convention);
|
return is_struct(c, type, calling_convention);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user