Export _tx_handler_svc_unrecognized as weak symbol. (#264)

This commit is contained in:
Xiuwen Cai
2023-05-19 11:06:50 +08:00
committed by GitHub
parent d66a519685
commit 361590dc40
5 changed files with 5 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ __tx_svc_interrupt:
/* Unknown SVC argument */
/**************************************************************************/
/* Unrecognized service call */
.weak _tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized:
_tx_handler_svc_unrecognized_loop: /* We should never get here */

View File

@@ -140,6 +140,7 @@ SWI_Handler
; Unknown SVC argument
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Unrecognized service call
PUBWEAK _tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized_loop ; We should never get here