diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-18 09:40:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-18 09:40:55 +0000 |
commit | e4cd1a369f0c6a23f4949a90b544f3e9f2d16715 (patch) | |
tree | 4a1b8c5a247f85afb65f303692efe51f7b587b80 /os | |
parent | 69499a898a862eb430f88045a703f8dc49858aef (diff) | |
download | ChibiOS-e4cd1a369f0c6a23f4949a90b544f3e9f2d16715.tar.gz ChibiOS-e4cd1a369f0c6a23f4949a90b544f3e9f2d16715.tar.bz2 ChibiOS-e4cd1a369f0c6a23f4949a90b544f3e9f2d16715.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/GCC/PPC/SPC563Mxx/ivor.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC563Mxx/ivor.s b/os/ports/GCC/PPC/SPC563Mxx/ivor.s index 8e5909354..1721d3e1e 100644 --- a/os/ports/GCC/PPC/SPC563Mxx/ivor.s +++ b/os/ports/GCC/PPC/SPC563Mxx/ivor.s @@ -216,7 +216,7 @@ _IVOR4: bl chSchDoReschedule
/* Context restore.*/
- .globl
+ .globl _ivor_exit
_ivor_exit:
#if CH_DBG_SYSTEM_STATE_CHECK
bl dbg_check_unlock
|