summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
index fce9bbe0e6..12f1492583 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
@@ -139,7 +139,7 @@ HMemImageRead (
Status = HMemImage.IoFncs->Mem.Read (
HMemImage.IoFncs,
- EfiPciWidthUint8,
+ EfiCpuIoWidthUint8,
Offset,
Size,
Buffer
@@ -262,7 +262,7 @@ HMemImageSave (
//
Status = HMemImage.IoFncs->Mem.Write (
HMemImage.IoFncs,
- EfiPciWidthUint8,
+ EfiCpuIoWidthUint8,
Offset,
Size,
Buffer