mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-24 22:50:28 +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()
|
||||
{
|
||||
U64 size, *dst, src64val, *src;
|
||||
U8 a, b, c, d;
|
||||
U64 size, *dst, src64val, *src, a, b, c, d;
|
||||
|
||||
PUSHFD
|
||||
CLI
|
||||
|
|
Loading…
Reference in a new issue