mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
* start/start.S: Added SWI_Handler.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
|
||||||
|
|
||||||
|
* start/start.S: Added SWI_Handler.
|
||||||
|
|
||||||
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
|
||||||
|
|||||||
@@ -239,6 +239,9 @@ StackBase: .word 0
|
|||||||
StackLimit: .word 0
|
StackLimit: .word 0
|
||||||
CommandLine: .space 256,0 /* Maximum length of 255 chars handled */
|
CommandLine: .space 256,0 /* Maximum length of 255 chars handled */
|
||||||
#endif
|
#endif
|
||||||
|
.globl SWI_Handler
|
||||||
|
SWI_Handler:
|
||||||
|
B SWI_Handler
|
||||||
|
|
||||||
#ifdef __pe__
|
#ifdef __pe__
|
||||||
.section .idata$3
|
.section .idata$3
|
||||||
|
|||||||
Reference in New Issue
Block a user