2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>

* start/start.S: Added SWI_Handler.
This commit is contained in:
Joel Sherrill
2002-07-17 17:17:03 +00:00
parent 18e45af1c8
commit 3e2f5cc1e4
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -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