Skip to content

Commit

Permalink
arch: added missing MIPS HI/LO register defs (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tazdevil971 committed Sep 3, 2024
1 parent f49dfeb commit 4981be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/arch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ registers!(MIPS, {
F29 = (61, "$f29"),
F30 = (62, "$f30"),
F31 = (63, "$f31"),

HI = (64, "$hi"),
LO = (65, "$lo"),
},
aliases {
ZERO = (0, "$zero"),
Expand Down

0 comments on commit 4981be0

Please sign in to comment.