Skip to content

Commit

Permalink
Merge pull request #14 from tklengyel/fix
Browse files Browse the repository at this point in the history
Fix PciIoRead in VirtioPciDeviceStubLib
  • Loading branch information
Tamas K Lengyel authored May 9, 2024
2 parents f6660c7 + cc8fb27 commit 2337e5c
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 2337e5c

Please sign in to comment.