chore: bare-metal optimizations compiler warning fix

This commit is contained in:
GutPuncher 2024-03-30 05:56:12 -04:00
parent 6a89cd571a
commit ee10a6bcba
No known key found for this signature in database
GPG key ID: 38CE0A7B6841D1C7

View file

@ -387,8 +387,7 @@ U0 GrCalcScreenUpdates()
U0 GrUpdateScreen32() U0 GrUpdateScreen32()
{ {
U64 size, *dst, src64val, *src; U64 size, *dst, src64val, *src, a, b, c, d;
U8 a, b, c, d;
PUSHFD PUSHFD
CLI CLI