Changeset fe8e18a in rtems
- Timestamp:
- 04/16/00 17:01:18 (24 years ago)
- Children:
- dda3dc9a
- Parents:
- e283b909
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/shared/start.S
re283b909 rfe8e18a 92 92 movec a0,isp | set interrupt stack 93 93 #endif 94 movel #0,a7@-| push environp95 movel #0,a7@-| push argv94 pea env | push environp 95 pea arg | push argv 96 96 movel #0,a7@- | push argc 97 97 … … 116 116 BEGIN_DATA 117 117 118 PUBLIC (environ) 119 .align 2 120 SYM (environ): 121 .long env 122 118 123 PUBLIC (start_frame) 119 124 SYM (start_frame): … … 124 129 BEGIN_BSS 125 130 126 PUBLIC (environ) 127 .align 2 128 SYM (environ): 129 .long 0 131 env: .long 0 132 arg: .long 0 130 133 131 134 PUBLIC (initial_isp)
Note: See TracChangeset
for help on using the changeset viewer.