Changeset e41c47e in mainline for arch/mips/src/asm.s


Ignore:
Timestamp:
2005-07-15T20:27:46Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
76cec1e
Parents:
568337b
Message:

fix EXC_Mod define

enhance interrupt handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/asm.s

    r568337b re41c47e  
    6868.global cp0_status_write
    6969.global cp0_cause_read
     70.global cp0_cause_write
    7071.global cp0_epc_read
    7172.global cp0_epc_write
     
    107108
    108109cp0_cause_read:         cp0_read $13
     110cp0_cause_write:        cp0_write $13
    109111
    110112cp0_epc_read:           cp0_read $14
Note: See TracChangeset for help on using the changeset viewer.