mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-16 07:42:57 +08:00
Export _tx_handler_svc_unrecognized as weak symbol. (#264)
This commit is contained in:
parent
d66a519685
commit
361590dc40
@ -157,6 +157,7 @@ __tx_swi_interrupt
|
||||
; Unknown SVC argument
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Unrecognized service call
|
||||
EXPORT _tx_handler_svc_unrecognized [WEAK]
|
||||
_tx_handler_svc_unrecognized
|
||||
|
||||
_tx_handler_svc_unrecognized_loop ; We should never get here
|
||||
|
@ -143,6 +143,7 @@ __tx_swi_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
|
||||
|
@ -150,6 +150,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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user