Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_special.c

    r296 r406  
    240240      "mfc2   %2,    $12        \n"
    241241      "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.