]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate.c
Coding style fixes in PowerPC related code (no functional change):
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 17 Sep 2007 08:21:54 +0000 (08:21 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 17 Sep 2007 08:21:54 +0000 (08:21 +0000)
commit3608160206ed55c35be916df0f5d43dccc183513
tree0766f900d5635fb7c8b39bf0b9995f26eda55ffa
parent3b46e6242767a2c770c0aba0a6595e9511623c92
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
13 files changed:
hw/ppc405_uc.c
hw/ppc_chrp.c
hw/ppc_prep.c
target-ppc/cpu.h
target-ppc/exec.h
target-ppc/helper.c
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper_mem.h
target-ppc/op_mem.h
target-ppc/op_template.h
target-ppc/translate.c
target-ppc/translate_init.c