diff options
author | malc | 2008-07-23 22:01:27 +0200 |
---|---|---|
committer | malc | 2008-07-23 22:01:27 +0200 |
commit | 6926be2a594bb03a87cc7e946926d7ca6d683104 (patch) | |
tree | e538ee90505ba50889e35e662efe2aaca7f7e507 /tcg/ppc64 | |
parent | Provide extNs_M instructions (diff) | |
download | qemu-6926be2a594bb03a87cc7e946926d7ca6d683104.tar.gz qemu-6926be2a594bb03a87cc7e946926d7ca6d683104.tar.xz qemu-6926be2a594bb03a87cc7e946926d7ca6d683104.zip |
Remove neg_i32 debugging leftover
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4935 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/ppc64')
-rw-r--r-- | tcg/ppc64/tcg-target.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index 0967b95d5b..03a5d3275c 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -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; |