From 1cbb46fbc79b5b85d5837c87d7bfd9953c6a1269 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Sun, 4 Oct 2015 19:11:56 +1100 Subject: [PATCH] exception_vectors: Use call0 not jup for sdk__xt_int_exit, allows literal load --- core/exception_vectors.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/exception_vectors.S b/core/exception_vectors.S index 0dba785..f72fdf4 100644 --- a/core/exception_vectors.S +++ b/core/exception_vectors.S @@ -510,7 +510,7 @@ UserExceptionHandler: and a2, a2, a3 and a2, a2, a4 # a2 = 0x3FFF & INTENABLE & INTERRUPT call0 _xt_isr_handler - j sdk__xt_int_exit # once finished, jumps to _xt_user_exit via stack + call0 sdk__xt_int_exit # once finished, jumps to _xt_user_exit via stack .literal_position .UserFailOtherExceptionCause: