aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-23 08:42:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-23 08:42:43 +0000
commit1226f1804e6e35748f628ca9c6299b71b98c71c9 (patch)
tree01a9dd75d1e3e1d63ac48806d002ed5347862000 /os/ports/GCC/PPC
parentce2d919d87c1b6059b04950ed04012241d2f172b (diff)
downloadChibiOS-1226f1804e6e35748f628ca9c6299b71b98c71c9.tar.gz
ChibiOS-1226f1804e6e35748f628ca9c6299b71b98c71c9.tar.bz2
ChibiOS-1226f1804e6e35748f628ca9c6299b71b98c71c9.zip
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5606 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC')
-rw-r--r--os/ports/GCC/PPC/SPC563Mxx/core.s2
-rw-r--r--os/ports/GCC/PPC/SPC564Axx/core.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/PPC/SPC563Mxx/core.s b/os/ports/GCC/PPC/SPC563Mxx/core.s
index a891783fc..a1b3ca37b 100644
--- a/os/ports/GCC/PPC/SPC563Mxx/core.s
+++ b/os/ports/GCC/PPC/SPC563Mxx/core.s
@@ -154,7 +154,7 @@ _ivinit:
lis %r3, _unhandled_exception@h
ori %r3, %r3, _unhandled_exception@l
- mtspr 400, %r3 /* IVOR0-15 */
+ mtspr 400, %r3 /* IVOR0-15 */
mtspr 401, %r3
mtspr 402, %r3
mtspr 403, %r3
diff --git a/os/ports/GCC/PPC/SPC564Axx/core.s b/os/ports/GCC/PPC/SPC564Axx/core.s
index 81fc7fa17..074675c46 100644
--- a/os/ports/GCC/PPC/SPC564Axx/core.s
+++ b/os/ports/GCC/PPC/SPC564Axx/core.s
@@ -182,7 +182,7 @@ _ivinit:
lis %r3, _unhandled_exception@h
ori %r3, %r3, _unhandled_exception@l
- mtspr 400, %r3 /* IVOR0-15 */
+ mtspr 400, %r3 /* IVOR0-15 */
mtspr 401, %r3
mtspr 402, %r3
mtspr 403, %r3