Changeset 25ce07e0 in rtems
- Timestamp:
- 10/05/99 19:20:27 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8eb0f64
- Parents:
- 649bcbc
- Location:
- c/src/lib/libbsp/m68k/gen68360
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/start/start.S
r649bcbc r25ce07e0 297 297 SYM(_uhoh): nop | Leave spot for breakpoint 298 298 stop #0x2700 | Stop with interrupts disabled 299 bra. sSYM(_uhoh) | Stuck forever299 bra.l SYM(_uhoh) | Stuck forever 300 300 301 301 /* … … 408 408 movel d0,a7@- | This should cause a RESET 409 409 stop #0x2700 | Stop with interrupts disabled 410 bra. sSYM(_mainDone) | Stuck forever410 bra.l SYM(_mainDone) | Stuck forever 411 411 412 412 .align 2 -
c/src/lib/libbsp/m68k/gen68360/start360/start360.S
r649bcbc r25ce07e0 297 297 SYM(_uhoh): nop | Leave spot for breakpoint 298 298 stop #0x2700 | Stop with interrupts disabled 299 bra. sSYM(_uhoh) | Stuck forever299 bra.l SYM(_uhoh) | Stuck forever 300 300 301 301 /* … … 408 408 movel d0,a7@- | This should cause a RESET 409 409 stop #0x2700 | Stop with interrupts disabled 410 bra. sSYM(_mainDone) | Stuck forever410 bra.l SYM(_mainDone) | Stuck forever 411 411 412 412 .align 2
Note: See TracChangeset
for help on using the changeset viewer.