Fix i686 build by setting APIC transformation tables static
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
Rafal Kupiec 2023-11-26 00:38:20 +01:00
parent ba6e68e1b5
commit 96a19d23b3
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -54,7 +54,7 @@ XTFASTCALL
KRUNLEVEL
HlpTransformApicTprToRunLevel(IN UCHAR Tpr)
{
KRUNLEVEL TransformationTable[16] =
STATIC KRUNLEVEL TransformationTable[16] =
{
PASSIVE_LEVEL,
PASSIVE_LEVEL,
@ -92,7 +92,7 @@ XTFASTCALL
UCHAR
HlpTransformRunLevelToApicTpr(IN KRUNLEVEL RunLevel)
{
UCHAR TransformationTable[32] =
STATIC UCHAR TransformationTable[32] =
{
APIC_VECTOR_ZERO,
APIC_VECTOR_APC,