From 1226f1804e6e35748f628ca9c6299b71b98c71c9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 23 Apr 2013 08:42:43 +0000 Subject: White space fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5606 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC563Mxx/core.s | 2 +- os/ports/GCC/PPC/SPC564Axx/core.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ports/GCC/PPC') 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 -- cgit v1.2.3