mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
chore: bare-metal optimizations compiler warning fix
This commit is contained in:
parent
6a89cd571a
commit
ee10a6bcba
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue