Re: [edk2] [PATCH] UefiCpuPkg SecCore: Fix operands of different size in bitwise operation

2017-08-02 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zeng, Star >Sent: Wednesday, August 02, 2017 10:10 AM >To: edk2-devel@lists.01.org >Cc: Zeng, Star ; Wu, Hao A ; Gao, >Liming ; Fan, Jeff >Subject: [PATCH] UefiCpuPkg SecCore: Fix operands of different size in >bitwise operation > >It is

Re: [edk2] [PATCH] UefiCpuPkg SecCore: Fix operands of different size in bitwise operation

2017-08-01 Thread Wu, Hao A
Reviewed-by: Hao Wu Best Regards, Hao Wu > -Original Message- > From: Zeng, Star > Sent: Wednesday, August 02, 2017 10:10 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star; Wu, Hao A; Gao, Liming; Fan, Jeff > Subject: [PATCH] UefiCpuPkg SecCore: Fix operands of different size in bitwis

[edk2] [PATCH] UefiCpuPkg SecCore: Fix operands of different size in bitwise operation

2017-08-01 Thread Star Zeng
It is introduced by 9e9ca2100f22be29f1a53129d741f4305ff34a71. Cc: Hao Wu Cc: Liming Gao Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- UefiCpuPkg/SecCore/SecMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg