OvmfPkg/VirtioMmioDeviceLib: Add EFIAPI to VirtioMmioSetQueueAddress

This error was found while compiling VirtioMmioDeviceLib for X64
with the GCC5 toolchain, where EFIAPI makes a difference.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20210602045935.762211-1-kraxel@redhat.com>
[lersek@redhat.com: prepend module name to subject, trim subject back to
 allowed length]
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Gerd Hoffmann 2021-06-02 06:59:35 +02:00 committed by mergify[bot]
parent 1f515342d8
commit 75e9154f81
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ VirtioMmioSetQueueSel (
);
EFI_STATUS
EFIAPI
VirtioMmioSetQueueAddress (
IN VIRTIO_DEVICE_PROTOCOL *This,
IN VRING *Ring,

View File

@ -173,6 +173,7 @@ VirtioMmioSetQueueSel (
}
EFI_STATUS
EFIAPI
VirtioMmioSetQueueAddress (
IN VIRTIO_DEVICE_PROTOCOL *This,
IN VRING *Ring,