From 08f4234e06d8d6855c0b79c95da98f267ca3554e Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 9 May 2019 22:49:10 +0000 Subject: Import ACPICA 20190509. --- source/compiler/aslcodegen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/compiler/aslcodegen.c') diff --git a/source/compiler/aslcodegen.c b/source/compiler/aslcodegen.c index 88e3482427b9..54b5ac2cf18a 100644 --- a/source/compiler/aslcodegen.c +++ b/source/compiler/aslcodegen.c @@ -690,7 +690,8 @@ CgUpdateHeader ( { if (FlReadFile (ASL_FILE_AML_OUTPUT, &FileByte, 1) != AE_OK) { - printf ("EOF while reading checksum bytes\n"); + AslError (ASL_ERROR, ASL_MSG_COMPILER_INTERNAL, NULL, + "Table length is greater than size of the input file"); return; } -- cgit v1.3