Skip to content

Commit d8b211f

Browse files
fix: make profiling compatible
1 parent 9bfdf79 commit d8b211f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/t3d/rsp/rsp_tinypx.S

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ T3DCmd_MatrixStack:
561561
jal mulMat4Mat4 ## Args: $s2, $s3, $s4
562562
ori $s3, $zero, %lo(MATRIX_PROJ)
563563
j RSPQ_Loop
564-
nop
565564
TPXCmd_SetDMEM:
566565
andi $s7, $a0, 32768
567566
bne $s7, $zero, RSPQ_Loop
@@ -997,4 +996,4 @@ OVERLAY_CODE_END:
997996
#define ra $31
998997

999998
.set at
1000-
.set macro
999+
.set macro

0 commit comments

Comments
 (0)