Skip to content

Commit

Permalink
Fix typo on setfpccsr.s (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf authored Jan 17, 2024
1 parent 6c1f306 commit db9ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/setfpccsr.s
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ LEAF(__osSetFpcCsr)
STAY2(cfc1 v0, fcr31)
STAY2(ctc1 a0, fcr31)
jr ra
END(__osSetSR) # @bug: Should be __osGetFpcCsr
END(__osSetSR) # @bug: Should be __osSetFpcCsr

0 comments on commit db9ce0d

Please sign in to comment.