Skip to content

Commit

Permalink
oops, meant to remove that on first release
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie committed May 1, 2023
1 parent a8f89f0 commit 122994d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ void pci_dump_header(
do {
pci_get = pci_read_config_32(bus, device, func, offset);
print("%02hhX.%02hhX:%hhX.%02hhX=%08X", bus, device, func, offset, pci_get);
// TODO: remove break below once fully done.
if (offset == 0xFC) {
break;
}
offset += 4;
} while (offset != 0);
print("==========================\n");
Expand Down

0 comments on commit 122994d

Please sign in to comment.