Macros for 16-bit only

date	2000.05.19.21.59.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:46:55 +00:00
parent 631cfc84ed
commit fb9136fb9c

View File

@ -447,6 +447,16 @@
#endif
/*
* For 16-bit code, we want to shrink some things even though
* we are using ACPI_DEBUG to get the debug output
*/
#ifdef _IA16
#undef DEBUG_ONLY_MEMBERS
#define DEBUG_ONLY_MEMBERS(a)
#undef OP_INFO_ENTRY
#define OP_INFO_ENTRY(Opcode,Flags,Name,PArgs,IArgs) {Opcode,Flags,PArgs,IArgs}
#endif
#ifndef ACPI_DEBUG