Changeset 76e5fe8a in rtems
- Timestamp:
- 04/13/99 22:50:24 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2b28307
- Parents:
- 6e27f588
- Location:
- c/src/lib/libbsp/powerpc/papyrus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.S
r6e27f588 r76e5fe8a 242 242 clear_bss: 243 243 stswi r6,r2,0x4 /* store r6 */ 244 addi r 3,r2,0x4 /* update r2 */244 addi r2,r2,0x4 /* update r2 */ 245 245 bdnz clear_bss /* decrement counter and loop */ 246 246 blr /* return */ -
c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.S
r6e27f588 r76e5fe8a 280 280 clear_bss: 281 281 stswi r6,r2,0x4 /* store r6 */ 282 addi r 3,r2,0x4 /* update r2 */282 addi r2,r2,0x4 /* update r2 */ 283 283 bdnz clear_bss /* decrement counter and loop */ 284 284 blr /* return */
Note: See TracChangeset
for help on using the changeset viewer.