mirror of
https://github.com/acpica/acpica/
synced 2025-02-03 23:25:23 +03:00
Macros for 16-bit only
date 2000.05.19.21.59.00; author rmoore1; state Exp;
This commit is contained in:
parent
631cfc84ed
commit
fb9136fb9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user