Changeset 58460 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg
- Timestamp:
- Oct 28, 2015 8:34:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
r53252 r58460 161 161 UINT32 Data; 162 162 163 #if 0164 163 ASSERT ((Port & 3) == 0); 165 #endif166 164 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port)); 167 165 return Data;
Note:
See TracChangeset
for help on using the changeset viewer.