- Timestamp:
- 2005-08-15T11:34:58Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- efa9b73
- Parents:
- 2e5365f3
- Location:
- arch/mips
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/Makefile.inc
r2e5365f3 r3902f8a4 20 20 arch/panic.s \ 21 21 arch/mips.c \ 22 arch/ fake.s \22 arch/dummy.s \ 23 23 arch/putchar.c \ 24 24 arch/asm.s \ -
arch/mips/src/dummy.s
r2e5365f3 r3902f8a4 34 34 .global userspace 35 35 .global before_thread_runs_arch 36 .global dummy 36 37 37 38 before_thread_runs_arch: … … 39 40 calibrate_delay_loop: 40 41 asm_delay_loop: 42 43 dummy: 41 44 j $31 42 45 nop
Note:
See TracChangeset
for help on using the changeset viewer.