summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/CpuDxe.h
diff options
context:
space:
mode:
authorJian J Wang <jian.j.wang@intel.com>2018-09-08 10:20:40 +0800
committerJian J Wang <jian.j.wang@intel.com>2018-09-10 17:08:21 +0800
commit51d0100b3c711554f28ff990f484e79e053fd518 (patch)
tree2a136212b7de5d35ff6622e60d5634473a6c59bb /UefiCpuPkg/CpuDxe/CpuDxe.h
parentf4eaaf1a6d50c761e2af9a6dd0976fb8a3bd3c08 (diff)
downloadedk2-51d0100b3c711554f28ff990f484e79e053fd518.tar.gz
edk2-51d0100b3c711554f28ff990f484e79e053fd518.tar.bz2
edk2-51d0100b3c711554f28ff990f484e79e053fd518.zip
UefiCpuPkg/CpuDxe: fix ECC reported issues
BZ#: https://bugzilla.tianocore.org/show_bug.cgi?id=1160 There're two parameters which have different name in comment and prototype. Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuDxe/CpuDxe.h')
-rw-r--r--UefiCpuPkg/CpuDxe/CpuDxe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h
index 7d65e39e90..064ea05bba 100644
--- a/UefiCpuPkg/CpuDxe/CpuDxe.h
+++ b/UefiCpuPkg/CpuDxe/CpuDxe.h
@@ -291,7 +291,7 @@ RefreshGcdMemoryAttributesFromPaging (
VOID
EFIAPI
DebugExceptionHandler (
- IN EFI_EXCEPTION_TYPE InterruptType,
+ IN EFI_EXCEPTION_TYPE ExceptionType,
IN EFI_SYSTEM_CONTEXT SystemContext
);
@@ -307,7 +307,7 @@ DebugExceptionHandler (
VOID
EFIAPI
PageFaultExceptionHandler (
- IN EFI_EXCEPTION_TYPE InterruptType,
+ IN EFI_EXCEPTION_TYPE ExceptionType,
IN EFI_SYSTEM_CONTEXT SystemContext
);