Skip to content

Commit

Permalink
Update RSP Register.c
Browse files Browse the repository at this point in the history
Change multi line comment into single line comment
  • Loading branch information
DerekTurtleRoe committed Mar 19, 2021
1 parent e300917 commit bfceec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RSP/RSP Register.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HWND RSP_Registers_hDlg, hTab, hStatic, hGPR[32], hCP0[16], hHIDDEN[12],
int InRSPRegisterWindow = FALSE;
WNDPROC RefreshProc;

/*** RSP Registers ***/
// RSP registers
UWORD32 RSP_GPR[32], RSP_Flags[4];
UDWORD RSP_ACCUM[8];
VECTOR RSP_Vect[32];
Expand Down

0 comments on commit bfceec3

Please sign in to comment.