register keyword removal

This commit is contained in:
David Carlier 2019-04-30 21:20:08 +01:00
parent 5206f22a9c
commit 3b699034f9

View File

@ -165,7 +165,7 @@ void CColorConverter::convert8BitTo32Bit(const u8* in, u8* out, s32 width, s32 h
out += lineWidth * height; out += lineWidth * height;
u32 x; u32 x;
register u32 c; u32 c;
for (u32 y=0; y < (u32) height; ++y) for (u32 y=0; y < (u32) height; ++y)
{ {
if (flip) if (flip)