git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5263 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2eb47a4914
commit
664142cdfc
|
@ -187,8 +187,7 @@ IVOR15: b _IVOR15
|
||||||
*/
|
*/
|
||||||
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
|
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
|
||||||
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
|
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
|
||||||
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33
|
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
|
||||||
.weak _IVOR34
|
|
||||||
.weak _unhandled_exception
|
.weak _unhandled_exception
|
||||||
_IVOR0:
|
_IVOR0:
|
||||||
_IVOR1:
|
_IVOR1:
|
||||||
|
@ -204,9 +203,6 @@ _IVOR12:
|
||||||
_IVOR13:
|
_IVOR13:
|
||||||
_IVOR14:
|
_IVOR14:
|
||||||
_IVOR15:
|
_IVOR15:
|
||||||
_IVOR32:
|
|
||||||
_IVOR33:
|
|
||||||
_IVOR34:
|
|
||||||
.type _unhandled_exception, @function
|
.type _unhandled_exception, @function
|
||||||
_unhandled_exception:
|
_unhandled_exception:
|
||||||
b _unhandled_exception
|
b _unhandled_exception
|
||||||
|
|
|
@ -187,8 +187,7 @@ IVOR15: b _IVOR15
|
||||||
*/
|
*/
|
||||||
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
|
.weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5
|
||||||
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
|
.weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11
|
||||||
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15, _IVOR32, _IVOR33
|
.weak _IVOR12, _IVOR13, _IVOR14, _IVOR15
|
||||||
.weak _IVOR34
|
|
||||||
.weak _unhandled_exception
|
.weak _unhandled_exception
|
||||||
_IVOR0:
|
_IVOR0:
|
||||||
_IVOR1:
|
_IVOR1:
|
||||||
|
@ -204,9 +203,6 @@ _IVOR12:
|
||||||
_IVOR13:
|
_IVOR13:
|
||||||
_IVOR14:
|
_IVOR14:
|
||||||
_IVOR15:
|
_IVOR15:
|
||||||
_IVOR32:
|
|
||||||
_IVOR33:
|
|
||||||
_IVOR34:
|
|
||||||
.type _unhandled_exception, @function
|
.type _unhandled_exception, @function
|
||||||
_unhandled_exception:
|
_unhandled_exception:
|
||||||
b _unhandled_exception
|
b _unhandled_exception
|
||||||
|
|
Loading…
Reference in New Issue