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
This commit is contained in:
Giovanni Di Sirio 2018-02-05 08:00:27 +00:00
parent 65ee20cd8c
commit b31b8d631a
1 changed files with 2 additions and 1 deletions

View File

@ -769,7 +769,8 @@ Vector3FC:
.thumb_func .thumb_func
.weak _unhandled_exception .weak _unhandled_exception
_unhandled_exception: _unhandled_exception:
b _unhandled_exception .stay:
b .stay
#endif /* !defined(__DOXYGEN__) */ #endif /* !defined(__DOXYGEN__) */