Skip to content

Commit

Permalink
Debugger: Reduce structure size for debugger.
Browse files Browse the repository at this point in the history
ArgTypes in acpi_db_method_info is only referenced by ACPI_DEBUGGER.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
  • Loading branch information
Lv Zheng committed Jul 7, 2015
1 parent 96a47ce commit 310e0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/include/aclocal.h
Expand Up @@ -1367,7 +1367,9 @@ typedef struct acpi_db_method_info
* Index of current thread inside all them created.
*/
char InitArgs;
#ifdef ACPI_DEBUGGER
ACPI_OBJECT_TYPE ArgTypes[4];
#endif
char *Arguments[4];
char NumThreadsStr[11];
char IdOfThreadStr[11];
Expand Down

0 comments on commit 310e0ae

Please sign in to comment.