X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FHexEdit%2FHexEditorTypes.h;h=ddd6070c94846e85a51f034310c5258ae35b1403;hp=22f5c055666b0cd426a3b85b86e5ec5a1c79db2c;hb=28981267c53451651743a04b132c48e2399fcddf;hpb=fa1dad159c72ed7db8ff8cd4e15ba9f18ffb4a4a diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h index 22f5c05566..ddd6070c94 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h @@ -60,7 +60,7 @@ typedef struct { typedef union { HEFI_EDITOR_COLOR_ATTRIBUTES Colors; - UINT8 Data; + UINTN Data; } HEFI_EDITOR_COLOR_UNION; typedef struct {