aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op.c
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-07 17:30:34 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-07 17:30:34 +0000
commitb33c17e12d1af68a5733094f33578847379ed892 (patch)
treed20f8688b99571c707b328156f66d0a9f10d8c77 /target-ppc/op.c
parentb068d6a7138292de0f5c5fa6c99f0b79d4e1e7f0 (diff)
downloadqemu-b33c17e12d1af68a5733094f33578847379ed892.zip
qemu-b33c17e12d1af68a5733094f33578847379ed892.tar.gz
qemu-b33c17e12d1af68a5733094f33578847379ed892.tar.bz2
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c
index 2dc058e..1412c09 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)
{