Commit 6926be2a594bb03a87cc7e946926d7ca6d683104

Authored by malc
1 parent e46b9681

Remove neg_i32 debugging leftover

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4935 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 2 deletions
tcg/ppc64/tcg-target.c
... ... @@ -1228,8 +1228,6 @@ static void tcg_out_op (TCGContext *s, int opc, const TCGArg *args,
1228 1228 break;
1229 1229  
1230 1230 case INDEX_op_neg_i32:
1231   - tcg_out32 (s, TRAP);
1232   - break;
1233 1231 case INDEX_op_neg_i64:
1234 1232 tcg_out32 (s, NEG | RT (args[0]) | RA (args[1]));
1235 1233 break;
... ...