diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-18 22:49:57 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-18 22:49:57 +0000 |
commit | 985a19d6d1d7ab3705bf42698cc95abfbbfa24f8 (patch) | |
tree | dfeaf5bbfface7c1211937494a3a28045fe3a63e /target-ppc/op.c | |
parent | 3f5dcc340c1e4fa8a49066e30cf980bafdb3ecf4 (diff) |
PowerPC merge (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@566 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 28722d6507..98d788585b 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -453,13 +453,6 @@ PPC_OP(reset_scrfx) RETURN(); } -/* Set reservation */ -PPC_OP(set_reservation) -{ - regs->reserve = T0 & ~0x03; - RETURN(); -} - /* crf operations */ PPC_OP(getbit_T0) { |