Re: [edk2] [Patch] MdePkg BaseSynchronizationLib: Update InterlockedCompareExchange64.nasm

2016-10-17 Thread Fan, Jeff
gt;; edk2-de...@ml01.01.org > Subject: Re: [edk2] [Patch] MdePkg BaseSynchronizationLib: Update > InterlockedCompareExchange64.nasm > > On 10/14/16 08:47, Liming Gao wrote: > > Remove extra qword in nasm code to make it pass build. > > This file is only built in INTEL

Re: [edk2] [Patch] MdePkg BaseSynchronizationLib: Update InterlockedCompareExchange64.nasm

2016-10-14 Thread Laszlo Ersek
On 10/14/16 08:47, Liming Gao wrote: > Remove extra qword in nasm code to make it pass build. > This file is only built in INTEL ICC compiler. So, there is missing > build check for it. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao

[edk2] [Patch] MdePkg BaseSynchronizationLib: Update InterlockedCompareExchange64.nasm

2016-10-14 Thread Liming Gao
Remove extra qword in nasm code to make it pass build. This file is only built in INTEL ICC compiler. So, there is missing build check for it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao ---