summaryrefslogtreecommitdiff
path: root/source/compiler/asltypes.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-04-25 16:53:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-04-25 16:53:42 +0000
commit6b8f78e0a6a7880856440b372097482adb326592 (patch)
tree643f58d38011b3076bfc6a234d83f22c69487b8c /source/compiler/asltypes.h
parent7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (diff)
Diffstat (limited to 'source/compiler/asltypes.h')
-rw-r--r--source/compiler/asltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asltypes.h b/source/compiler/asltypes.h
index a98ac120985e7..7e297d3b67217 100644
--- a/source/compiler/asltypes.h
+++ b/source/compiler/asltypes.h
@@ -196,7 +196,7 @@ typedef struct asl_error_msg
char *Filename;
char *SourceLine;
UINT32 FilenameLength;
- UINT8 MessageId;
+ UINT16 MessageId;
UINT8 Level;
} ASL_ERROR_MSG;