diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-28 18:14:14 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-06-28 18:14:14 +0000 |
commit | ba2048d3ca39b29398f8c75e3ecec545f1d5ee13 (patch) | |
tree | 671a9b969401ede3b9ef998abf3efaa5a5304ae6 /newlib/libc/sys | |
parent | b3cc0634b9b51d2f95e24abef32ffcee0d596b6a (diff) | |
download | cygnal-ba2048d3ca39b29398f8c75e3ecec545f1d5ee13.tar.gz cygnal-ba2048d3ca39b29398f8c75e3ecec545f1d5ee13.tar.bz2 cygnal-ba2048d3ca39b29398f8c75e3ecec545f1d5ee13.zip |
Wed Jun 28 14:08:00 2000 Keith Walker <keith.walker@arm.com>
* libc/sys/arm/crt0.S (.LC30): Added missing length parameter
to argument list for AngelSWI_Reason_GetCmdLine.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r-- | newlib/libc/sys/arm/crt0.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/arm/crt0.S b/newlib/libc/sys/arm/crt0.S index 174c88971..42693a4a6 100644 --- a/newlib/libc/sys/arm/crt0.S +++ b/newlib/libc/sys/arm/crt0.S @@ -226,6 +226,7 @@ change_back: #ifdef ARM_RDI_MONITOR .LC30: .word CommandLine + .word 255 /* Workspace for Angel calls. */ .data |