From e12692b914e21d9628fd967c743b5eb5c4809212 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 24 Nov 2015 08:57:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8523 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/devices/SPC560BCxx/boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/ports/e200/devices/SPC560BCxx/boot.s') diff --git a/os/common/ports/e200/devices/SPC560BCxx/boot.s b/os/common/ports/e200/devices/SPC560BCxx/boot.s index 6ad24a948..089095be2 100644 --- a/os/common/ports/e200/devices/SPC560BCxx/boot.s +++ b/os/common/ports/e200/devices/SPC560BCxx/boot.s @@ -194,7 +194,6 @@ IVORS: .weak _IVOR0, _IVOR1, _IVOR2, _IVOR3, _IVOR4, _IVOR5 .weak _IVOR6, _IVOR7, _IVOR8, _IVOR9, _IVOR10, _IVOR11 .weak _IVOR12, _IVOR13, _IVOR14, _IVOR15 - .weak _unhandled_exception _IVOR0: _IVOR1: _IVOR2: @@ -209,6 +208,7 @@ _IVOR12: _IVOR13: _IVOR14: _IVOR15: + .global _unhandled_exception _unhandled_exception: b _unhandled_exception -- cgit v1.2.3