commit | 6911d0a4aed8d530f113872651e1bab6e37d16e4 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <skuribay@pobox.com> | Sat May 07 00:18:13 2011 +0900 |
committer | Shinya Kuribayashi <skuribay@pobox.com> | Sat May 07 00:18:13 2011 +0900 |
tree | 1d93c7a3b041c81515ef8a5697b9924cc8d9d0cd | |
parent | 1949d536ee915307bb9438c81ded5daef88cb91e [diff] |
MIPS: Coding style cleanups on common assembly files Fix style issues and alignments globally. No logical changes. - Replace C comments with AS line comments where possible - Use ifndef where possible, rather than if !defined for simplicity - An instruction executed in a delay slot is now indicated by a leading space, not by C comment Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>