diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 2dc058efb1..1412c09ae0 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -120,7 +120,6 @@ #define REG 31 #include "op_template.h" - void OPPROTO op_print_mem_EA (void) { do_print_mem_EA(T0); @@ -1426,7 +1425,6 @@ void OPPROTO op_andi_T1_64 (void) } #endif - /* count leading zero */ void OPPROTO op_cntlzw (void) { |