Commit b01d9fea6c82b08b7687d6d9d9b886555720f6b5
1 parent
e03ae7f9
Fix qemu_ld64 constraint list
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4949 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
tcg/ppc64/tcg-target.c
... | ... | @@ -1422,7 +1422,7 @@ static const TCGTargetOpDef ppc_op_defs[] = { |
1422 | 1422 | { INDEX_op_qemu_ld16s, { "r", "L" } }, |
1423 | 1423 | { INDEX_op_qemu_ld32u, { "r", "L" } }, |
1424 | 1424 | { INDEX_op_qemu_ld32s, { "r", "L" } }, |
1425 | - { INDEX_op_qemu_ld64, { "r", "r", "L" } }, | |
1425 | + { INDEX_op_qemu_ld64, { "r", "L" } }, | |
1426 | 1426 | |
1427 | 1427 | { INDEX_op_qemu_st8, { "K", "K" } }, |
1428 | 1428 | { INDEX_op_qemu_st16, { "K", "K" } }, | ... | ... |