diff options
Diffstat (limited to 'include/acdisasm.h')
| -rw-r--r-- | include/acdisasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acdisasm.h b/include/acdisasm.h index 2df2fe8a8793..9ec12713b499 100644 --- a/include/acdisasm.h +++ b/include/acdisasm.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2011, Intel Corp. + * Copyright (C) 2000 - 2012, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -63,7 +63,7 @@ typedef const struct acpi_dmtable_info { UINT8 Opcode; - UINT8 Offset; + UINT16 Offset; char *Name; UINT8 Flags; |
