Add IRCONV_NONE for pass-through INT to I64/U64 type change.
This commit is contained in:
@@ -751,7 +751,7 @@ static void asm_conv(ASMState *as, IRIns *ir)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (st64) {
|
||||
if (st64 && !(ir->op2 & IRCONV_NONE)) {
|
||||
/* This is either a 32 bit reg/reg mov which zeroes the hiword
|
||||
** or a load of the loword from a 64 bit address.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user