From f2422d9f6cd13b9d8eac20ab8dc93841e5b8f209 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 22 Sep 2019 23:26:56 +0200 Subject: Fix issue that was causing variable gCELine to be re-declared locally because of mistakenly using ',' instead of ';' on the line preceding the the use of the macro CE --- Library/DcsTpmLib/Tpm20.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/DcsTpmLib/Tpm20.c b/Library/DcsTpmLib/Tpm20.c index 3ddc4df..182742e 100644 --- a/Library/DcsTpmLib/Tpm20.c +++ b/Library/DcsTpmLib/Tpm20.c @@ -539,7 +539,7 @@ DcsTpm2NvRead( { EFI_STATUS res; TPMI_SH_AUTH_SESSION SessionHandle = 0; - UINT32 PcrMask, + UINT32 PcrMask; CE(DcsTpm2NVReadPcrMask(&PcrMask)); -- cgit v1.2.3