mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
Export _tx_handler_svc_unrecognized as weak symbol. (#264)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user