]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Setup: Update opcode number variable type to UINTN
authorBrian R Haug <brian.r.haug@intel.com>
Tue, 14 Jan 2020 08:56:47 +0000 (16:56 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 15 Jan 2020 00:48:32 +0000 (00:48 +0000)
commit94057f740267eb39cc9b3975f3971dd6d1d68182
treecc13a56ea83592f9038d1cc1a6b0fd3a8d62e14e
parenta6a835bdb1f263fd696f02fc1773d1fedbdd93f6
MdeModulePkg/Setup: Update opcode number variable type to UINTN

Update data type of variables which save the opcode numbers
to UINTN, in case some configuration module has lots of
configuration items.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Brian R Haug <brian.r.haug@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c