From 81b7c3b5a541e4a24438ed87735e4eb1da5999e7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 27 Apr 2018 11:55:23 +0000 Subject: Fixed bug #941. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11961 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCMx/compilers/GCC/vectors.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') diff --git a/os/common/startup/ARMCMx/compilers/GCC/vectors.S b/os/common/startup/ARMCMx/compilers/GCC/vectors.S index 598385c2a..6e3c35f91 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/vectors.S +++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.S @@ -764,7 +764,7 @@ Vector3F4: Vector3F8: Vector3FC: #endif - b _unhandled_exception + bl _unhandled_exception .thumb_func .weak _unhandled_exception -- cgit v1.2.3