Changeset 4e1d008 in mainline for arch/mips/src/asm.s
- Timestamp:
- 2005-05-08T15:13:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4a5207f
- Parents:
- ca90d65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/asm.s
rca90d65 r4e1d008 30 30 31 31 .macro cp0_read reg 32 33 34 32 mfc0 $2,\reg 33 j $31 34 nop 35 35 .endm 36 36 37 37 .macro cp0_write reg 38 39 40 38 mtc0 $4,\reg 39 j $31 40 nop 41 41 .endm 42 42
Note:
See TracChangeset
for help on using the changeset viewer.