diff options
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) { |