From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9EBAD2034D8CB for ; Mon, 26 Feb 2018 21:30:14 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2018 21:36:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,398,1515484800"; d="scan'208";a="178347987" Received: from canand2-mobl1.amr.corp.intel.com (HELO localhost) ([10.252.201.3]) by orsmga004.jf.intel.com with ESMTP; 26 Feb 2018 21:36:19 -0800 MIME-Version: 1.0 To: Liming Gao , edk2-devel@lists.01.org Message-ID: <151970977944.13332.6827215629756406360@jljusten-skl> From: Jordan Justen In-Reply-To: <1519366938-4152-1-git-send-email-liming.gao@intel.com> Cc: Andrew Fish References: <1519366938-4152-1-git-send-email-liming.gao@intel.com> User-Agent: alot/0.6 Date: Mon, 26 Feb 2018 21:36:19 -0800 Subject: Re: [Patch] EmulatorPkg: Undefine CR3 macro in Host.h X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 05:30:15 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jordan Justen On 2018-02-22 22:22:18, Liming Gao wrote: > CR3 has been used as structure field name in BaseLib IA32_TASK_STATE_SEGM= ENT. > Undefine CR3 to make sure there is no conflict to it. > = > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > Cc: Andrew Fish > --- > EmulatorPkg/Unix/Host/Host.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/EmulatorPkg/Unix/Host/Host.h b/EmulatorPkg/Unix/Host/Host.h > index 9d6d36e..f7db46c 100644 > --- a/EmulatorPkg/Unix/Host/Host.h > +++ b/EmulatorPkg/Unix/Host/Host.h > @@ -82,7 +82,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITH= ER EXPRESS OR IMPLIED. > #undef NTOHS > #undef HTONS > #undef B0 > - > +#undef CR3 > = > #include > #include > -- > 2.8.0.windows.1 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel