d-iii-s / msim

Light-weight MIPS R4000 and RISC-V system simulator
https://d3s.mff.cuni.cz/software/msim/
GNU General Public License v2.0
5 stars 4 forks source link

Code: use constants in src/device/cpu/mips_r4000/cpu.h #21

Open vhotspur opened 2 years ago

vhotspur commented 2 years ago

Use the defined constants for bit shifts in bit operations (e.g. in cp0_status_ie).