Changeset 406 for trunk/hal/tsar_mips32/core/hal_special.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_special.c
r296 r406 240 240 "mfc2 %2, $12 \n" 241 241 "mfc2 %3, $14 \n" 242 : "=&r"(mmu_ins_excp_code), 243 "=&r"(mmu_ins_bad_vaddr), 244 "=&r"(mmu_dat_excp_code), 245 "=&r"(mmu_dat_bad_vaddr) ); 246 } 242 : "=&r"(*mmu_ins_excp_code), 243 "=&r"(*mmu_ins_bad_vaddr), 244 "=&r"(*mmu_dat_excp_code), 245 "=&r"(*mmu_dat_bad_vaddr) ); 246 } 247
Note: See TracChangeset
for help on using the changeset viewer.