Remove deprecated register in C++17 (#1057)

This commit is contained in:
bladeoner 2023-03-15 17:28:46 +01:00 committed by GitHub
parent 6844bb0dd0
commit c4633bad27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -704,7 +704,7 @@ ResetVideo_Emu ()
void
MakeTexture (const void *src, void *dst, s32 width, s32 height)
{
register u32 tmp0=0,tmp1=0,tmp2=0,tmp3=0;
u32 tmp0=0,tmp1=0,tmp2=0,tmp3=0;
__asm__ __volatile__ (
" srwi %6,%6,2\n"