Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
Change-Id: Ia0d3373f5d0c544a55cec49479c81259dbd2c080
  • Loading branch information
rdementi committed Nov 27, 2024
1 parent b0428a3 commit 9b72647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ int32 PciHandle::read32(uint64 offset, uint32 * value)

int32 PciHandle::write32(uint64 offset, uint32 value)
{
warnAlignment<4>("PciHandle::write32", false, offset)
warnAlignment<4>("PciHandle::write32", false, offset);
struct pci_io pi;
int ret;

Expand Down

0 comments on commit 9b72647

Please sign in to comment.