Changeset 3902f8a4 in mainline for arch/mips/src/dummy.s
- 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
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.