mirror of https://github.com/xemu-project/xemu.git
tcg: Add TCG_TYPE_F32,64 to tcg_temp_new_internal
This commit is contained in:
parent
1159e9baa4
commit
c4ec2e5fe3
|
@ -1696,6 +1696,8 @@ TCGTemp *tcg_temp_new_internal(TCGType type, TCGTempKind kind)
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case TCG_TYPE_I32:
|
case TCG_TYPE_I32:
|
||||||
|
case TCG_TYPE_F32:
|
||||||
|
case TCG_TYPE_F64:
|
||||||
case TCG_TYPE_V64:
|
case TCG_TYPE_V64:
|
||||||
case TCG_TYPE_V128:
|
case TCG_TYPE_V128:
|
||||||
case TCG_TYPE_V256:
|
case TCG_TYPE_V256:
|
||||||
|
|
Loading…
Reference in New Issue