summaryrefslogtreecommitdiff
path: root/source/include/acutils.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-06-04 12:00:50 -0700
committerRobert Moore <Robert.Moore@intel.com>2013-06-04 12:00:50 -0700
commit48edcb1179eb171a048de5947389f1abc9a2570e (patch)
treec560b6ba396a0f742ccc5fe61f730d361b11fbd2 /source/include/acutils.h
parent3fc353da228f90935d9dba83ff10de7178e1f813 (diff)
downloadacpica-48edcb1179eb171a048de5947389f1abc9a2570e.tar.gz
Disassembler: Expand maximum output string length to 64K.
Was 256 bytes max. The original purpose of this constraint was to limit the amount of debug output. However, the string function in question (UtPrintString) is now used for the disassembler also, where 256 bytes is insufficient. Reported by RehabMan@GitHub.
Diffstat (limited to 'source/include/acutils.h')
-rw-r--r--source/include/acutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acutils.h b/source/include/acutils.h
index fdbc14241..62442de73 100644
--- a/source/include/acutils.h
+++ b/source/include/acutils.h
@@ -975,7 +975,7 @@ AcpiUtStrtoul64 (
void
AcpiUtPrintString (
char *String,
- UINT8 MaxLength);
+ UINT16 MaxLength);
void
UtConvertBackslashes (