From ee10a6bcba1fb126e7453adc3593bb5f16844fce Mon Sep 17 00:00:00 2001 From: GutPuncher Date: Sat, 30 Mar 2024 05:56:12 -0400 Subject: [PATCH] chore: bare-metal optimizations compiler warning fix --- src/System/Gr/GrScreen.ZC | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/System/Gr/GrScreen.ZC b/src/System/Gr/GrScreen.ZC index a4514055..afb8c7dd 100755 --- a/src/System/Gr/GrScreen.ZC +++ b/src/System/Gr/GrScreen.ZC @@ -387,8 +387,7 @@ U0 GrCalcScreenUpdates() U0 GrUpdateScreen32() { - U64 size, *dst, src64val, *src; - U8 a, b, c, d; + U64 size, *dst, src64val, *src, a, b, c, d; PUSHFD CLI