mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
14 lines
175 B
Text
14 lines
175 B
Text
.GLB _vSoftwareInterruptISR
|
|
|
|
.SECTION P,CODE
|
|
|
|
_vSoftwareInterruptEntry:
|
|
|
|
BRA _vSoftwareInterruptISR
|
|
|
|
.RVECTOR 27, _vSoftwareInterruptEntry
|
|
|
|
.END
|
|
|
|
|
|
|