Skip to content
GitLab
Explore
Sign in
Register
Fix unconditional jump in bne
Code
Review changes
Check out branch
Download
Patches
Plain diff
Joacim Norlén
requested to merge
joanor-0/mips:test
into
master
Oct 30, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Fixes bne so it compares
rs != rt
, instead of
rt != rt
.
Merge request reports