Bug 5164374: Remove the register keyword has been deprecated and removed from the C++17 standard

This commit is contained in:
shawnz 2025-03-31 15:13:56 +08:00
parent 0d82634f70
commit 0c92c34ca9

View File

@ -258,7 +258,7 @@ namespace nv
s[2] = &r3[0];
s[3] = &r4[0];
register int i,j,p,jj;
int i,j,p,jj;
for (i=0; i<4; i++)
{