mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Fix #572
This commit is contained in:
+1
-1
@@ -5714,7 +5714,7 @@ irValue *ir_emit_transmute(irProcedure *proc, irValue *value, Type *t) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO(bill): Actually figure out what the conversion needs to be correctly 'cause LLVM
|
// TODO(bill): Actually figure out what the conversion needs to be correctly 'cause LLVM
|
||||||
return ir_emit_bitcast(proc, value, dst);
|
return ir_emit_bitcast(proc, value, t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user