Changeset 25d3d4d in rtems for cpukit/score/cpu/mips/cpu_asm.S
- Timestamp:
- 03/20/02 18:16:07 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3e0c94f
- Parents:
- eaeb467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/mips/cpu_asm.S
reaeb467 r25d3d4d 675 675 /* CP0 special registers */ 676 676 677 #if __mips == 1 677 678 MFC0 t0,C0_TAR 679 #endif 678 680 MFC0 t1,C0_BADVADDR 681 682 #if __mips == 1 679 683 STREG t0,R_TAR*R_SZ(sp) 684 #else 685 NOP 686 #endif 680 687 STREG t1,R_BADVADDR*R_SZ(sp) 681 688
Note: See TracChangeset
for help on using the changeset viewer.