// IoRead8 - decompiled from Platform.efi
UINT8 __cdecl IoRead8(UINTN Port)
{
if ( !Port ) /*0xabdc*/
Assert((__int64)"e:\\hs\\MdePkg\\Library\\BaseLib\\Unaligned.c", 38, (__int64)"Buffer != ((void *) 0)"); /*0xabef*/
return *(_WORD *)Port; /*0xabf7*/
}