Update RSP Register.c
Change multi line comment into single line comment
This commit is contained in:
parent
e3009170c6
commit
bfceec349e
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue