commit | 7aa1f198c897e48a011f9f0dca6b3088bc474236 | [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 | 522171a08761ee6b31ec3cbf3abcaf54bfe1e243 [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>