Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4
@@ -86,10 +86,11 @@
|
|||||||
call _tx_thread_context_restore
|
call _tx_thread_context_restore
|
||||||
// it will nerver return
|
// it will nerver return
|
||||||
.weak trap_handler
|
.weak trap_handler
|
||||||
trap_handler:
|
trap_handler:
|
||||||
1:
|
1:
|
||||||
j 1b
|
j 1b
|
||||||
.section .text
|
|
||||||
|
.section .text
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
/* FUNCTION RELEASE */
|
/* FUNCTION RELEASE */
|
||||||
|
|||||||
Reference in New Issue
Block a user