From 58a74e48595b32c4c0b9fba9e0fb131583284951 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 27 Nov 2023 19:37:14 -0500 Subject: [PATCH] Fix PCI device list --- src/hulk/pci.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hulk/pci.d b/src/hulk/pci.d index cfa250c..54129ad 100644 --- a/src/hulk/pci.d +++ b/src/hulk/pci.d @@ -407,7 +407,7 @@ struct Pci Device * device = A1.allocate!Device(); if (devices == null) { - devices = devices; + devices = device; } else {