summaryrefslogtreecommitdiffstats
path: root/source/components/executer/exutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exutils.c')
-rw-r--r--source/components/executer/exutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/executer/exutils.c b/source/components/executer/exutils.c
index f31f292..c8f1b6e 100644
--- a/source/components/executer/exutils.c
+++ b/source/components/executer/exutils.c
@@ -391,7 +391,7 @@ AcpiExDigitsNeeded (
if (Value == 0)
{
- return_VALUE (1);
+ return_UINT32 (1);
}
CurrentValue = Value;
@@ -405,7 +405,7 @@ AcpiExDigitsNeeded (
NumDigits++;
}
- return_VALUE (NumDigits);
+ return_UINT32 (NumDigits);
}
OpenPOWER on IntegriCloud