mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
W/nav debugging (#2077)
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
@@ -1088,6 +1088,7 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
|
||||
case InstructionKind::SLTU:
|
||||
case InstructionKind::DSRAV:
|
||||
case InstructionKind::DSLLV:
|
||||
case InstructionKind::DSRLV:
|
||||
case InstructionKind::SLLV:
|
||||
case InstructionKind::PAND:
|
||||
case InstructionKind::PCEQB:
|
||||
@@ -1116,6 +1117,7 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
|
||||
return handle_daddiu(output, i0, instr_str, version);
|
||||
case InstructionKind::ADDIU:
|
||||
case InstructionKind::SLTI:
|
||||
case InstructionKind::SLTIU:
|
||||
return handle_generic_op2_u16(i0, instr_str);
|
||||
case InstructionKind::QMTC2:
|
||||
return handle_generic_op2(i0, instr_str, "mov128_vf_gpr");
|
||||
|
||||
Reference in New Issue
Block a user