Skip to content

Commit

Permalink
Fix PciIoRead in VirtioPciDeviceStubLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas K Lengyel committed May 9, 2024
1 parent f6660c7 commit cc8fb27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ PciIoRead (
IN EFI_PCI_IO_PROTOCOL *PciIo,
IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
IN UINT8 BAR_IDX,
IN UINT16 Offset,
IN UINT16 Count,
IN UINT64 Offset,
IN UINTN Count,
IN OUT UINT8 *Buffer
) {
UINT16 Len = 0;
Expand Down

0 comments on commit cc8fb27

Please sign in to comment.