mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg/LegacyBiosDxe: Fix GCC5 build warning
Cc: Laszlo Ersek <lersek@redhat.com> Cc: Liming Gao <liming.gao@intel.com> 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>
This commit is contained in:
parent
5e6e2dcc38
commit
dfbfd6a4f5
|
@ -59,9 +59,6 @@ LegacyBiosInt86 (
|
|||
{
|
||||
UINT16 Segment;
|
||||
UINT16 Offset;
|
||||
LEGACY_BIOS_INSTANCE *Private;
|
||||
|
||||
Private = LEGACY_BIOS_INSTANCE_FROM_THIS (This);
|
||||
|
||||
Regs->X.Flags.Reserved1 = 1;
|
||||
Regs->X.Flags.Reserved2 = 0;
|
||||
|
|
Loading…
Reference in New Issue