From 4d4b15a0e8524e15826ac932bd05252dbd246422 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 1 Nov 2018 02:09:52 +0000 Subject: Import ACPICA 20181031. --- source/compiler/aslerror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslerror.c') diff --git a/source/compiler/aslerror.c b/source/compiler/aslerror.c index 6d45cd400351a..10ea3ec1b4bd7 100644 --- a/source/compiler/aslerror.c +++ b/source/compiler/aslerror.c @@ -1097,7 +1097,7 @@ AslExpectException ( if (AslGbl_ExpectedMessagesIndex >= ASL_MAX_EXPECTED_MESSAGES) { - printf ("Too many messages have been registered as expected (max %u)\n", + printf ("Too many messages have been registered as expected (max %d)\n", ASL_MAX_DISABLED_MESSAGES); return (AE_LIMIT); } @@ -1144,7 +1144,7 @@ AslDisableException ( if (AslGbl_DisabledMessagesIndex >= ASL_MAX_DISABLED_MESSAGES) { - printf ("Too many messages have been disabled (max %u)\n", + printf ("Too many messages have been disabled (max %d)\n", ASL_MAX_DISABLED_MESSAGES); return (AE_LIMIT); } -- cgit v1.2.3