another attempt to fix #766

This commit is contained in:
Nguyen Anh Quynh
2017-02-26 15:22:24 +08:00
parent 70db329749
commit c3808179e1
13 changed files with 13 additions and 1 deletions

View File

@ -740,7 +740,7 @@ void tcg_gen_callN(TCGContext *s, void *func, TCGArg ret,
} else {
tcg_gen_ext32u_i64(s, temp, orig);
}
args[i] = GET_TCGV_I64(s, temp);
args[i] = GET_TCGV_I64(temp);
}
}
#endif /* TCG_TARGET_EXTEND_ARGS */