From 3608160206ed55c35be916df0f5d43dccc183513 Mon Sep 17 00:00:00 2001 From: j_mayer Date: Mon, 17 Sep 2007 08:21:54 +0000 Subject: Coding style fixes in PowerPC related code (no functional change): - avoid useless blanks at EOL. - avoid tabs. - fix wrapping lines on 80 chars terminals. - add missing ';' at macros EOL to avoid confusing auto-identers. - fix identation. - Remove historical macros in micro-ops (PARAM, SPARAM, PPC_OP, regs) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3178 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/op_helper_mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-ppc/op_helper_mem.h') diff --git a/target-ppc/op_helper_mem.h b/target-ppc/op_helper_mem.h index 49ec1c42f4..1ca5971de3 100644 --- a/target-ppc/op_helper_mem.h +++ b/target-ppc/op_helper_mem.h @@ -271,7 +271,7 @@ void glue(do_icbi_64, MEMSUFFIX) (void) } #endif -/* PPC 601 specific instructions (POWER bridge) */ +/* PowerPC 601 specific instructions (POWER bridge) */ // XXX: to be tested void glue(do_POWER_lscbx, MEMSUFFIX) (int dest, int ra, int rb) { -- cgit v1.2.3