Update RSP Register.c

Change multi line comment into single line comment
This commit is contained in:
Derek "Turtle" Roe 2021-03-19 01:07:35 -05:00
parent e3009170c6
commit bfceec349e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HWND RSP_Registers_hDlg, hTab, hStatic, hGPR[32], hCP0[16], hHIDDEN[12],
int InRSPRegisterWindow = FALSE; int InRSPRegisterWindow = FALSE;
WNDPROC RefreshProc; WNDPROC RefreshProc;
/*** RSP Registers ***/ // RSP registers
UWORD32 RSP_GPR[32], RSP_Flags[4]; UWORD32 RSP_GPR[32], RSP_Flags[4];
UDWORD RSP_ACCUM[8]; UDWORD RSP_ACCUM[8];
VECTOR RSP_Vect[32]; VECTOR RSP_Vect[32];