diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-29 09:32:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-29 09:32:30 +0000 |
commit | ac3085ebc9061107c6c9d488d8995e2174e2a089 (patch) | |
tree | 8036dd00ba7269d8cb6b0785d7c3884e7d1734c8 /os/ports | |
parent | 7f4de1c13e5f5c066263eff6fcc62b49b86286f5 (diff) | |
download | ChibiOS-ac3085ebc9061107c6c9d488d8995e2174e2a089.tar.gz ChibiOS-ac3085ebc9061107c6c9d488d8995e2174e2a089.tar.bz2 ChibiOS-ac3085ebc9061107c6c9d488d8995e2174e2a089.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5645 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/core.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/core.s b/os/ports/GCC/PPC/SPC56ELxx/core.s index 4d381bd29..0675cd20d 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/core.s +++ b/os/ports/GCC/PPC/SPC56ELxx/core.s @@ -498,7 +498,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
|