Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Apr 10, 2024
1 parent e1ed47b commit c44f06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/instructions/RabbitizerInstrId.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ bool RabbitizerInstrId_isValid(RabbitizerInstrId uniqueId) {
case RABBITIZER_INSTR_ID_rsp_INVALID:
case RABBITIZER_INSTR_ID_r3000gte_INVALID:
case RABBITIZER_INSTR_ID_r5900_INVALID:
case RABBITIZER_INSTR_ID_allegrex_INVALID:
case RABBITIZER_INSTR_ID_cpu_MAX:
case RABBITIZER_INSTR_ID_rsp_MAX:
case RABBITIZER_INSTR_ID_r3000gte_MAX:
case RABBITIZER_INSTR_ID_r5900_MAX:
case RABBITIZER_INSTR_ID_allegrex_MAX:
// case RABBITIZER_INSTR_ID_ALL_MAX: Same as last MAX
return false;

Expand Down

0 comments on commit c44f06d

Please sign in to comment.