From b31b8d631a00c52b0337b32e431ca2d5c1ee2b47 Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Mon, 5 Feb 2018 08:00:27 +0000
Subject: Fixed small problem in unhandled exceptions handler.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11434 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 os/common/startup/ARMCMx/compilers/GCC/vectors.S | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/os/common/startup/ARMCMx/compilers/GCC/vectors.S b/os/common/startup/ARMCMx/compilers/GCC/vectors.S
index 5fc019b6c..598385c2a 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/vectors.S
+++ b/os/common/startup/ARMCMx/compilers/GCC/vectors.S
@@ -769,7 +769,8 @@ Vector3FC:
         .thumb_func
         .weak       _unhandled_exception
 _unhandled_exception:
-         b          _unhandled_exception
+.stay:
+        b           .stay
 
 #endif /* !defined(__DOXYGEN__) */
 
-- 
cgit v1.2.3