diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-07 17:30:34 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-07 17:30:34 +0000 |
commit | b33c17e12d1af68a5733094f33578847379ed892 (patch) | |
tree | d20f8688b99571c707b328156f66d0a9f10d8c77 /target-ppc/op.c | |
parent | b068d6a7138292de0f5c5fa6c99f0b79d4e1e7f0 (diff) |
PowerPC target coding style fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3348 c046a42c-6fe2-441c-8c8c-71466251a162
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) { |