diff options
Diffstat (limited to 'source/compiler/aslcodegen.c')
| -rw-r--r-- | source/compiler/aslcodegen.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |
