sim-card
/
qemu
Archived
10
0
Fork 0

Remove neg_i32 debugging leftover

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4935 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-07-23 20:01:27 +00:00
parent e46b9681e5
commit 6926be2a59
1 changed files with 0 additions and 2 deletions

View File

@ -1228,8 +1228,6 @@ static void tcg_out_op (TCGContext *s, int opc, const TCGArg *args,
break;
case INDEX_op_neg_i32:
tcg_out32 (s, TRAP);
break;
case INDEX_op_neg_i64:
tcg_out32 (s, NEG | RT (args[0]) | RA (args[1]));
break;