--- nono/vm/ethernet.h 2026/04/29 17:05:38 1.1.1.13 +++ nono/vm/ethernet.h 2026/04/29 17:05:46 1.1.1.14 @@ -45,7 +45,7 @@ class EthernetDevice : public IODevice protected: // ホストスレッドからの受信通知 - void HostRxCallback(); + void HostRxCallback(uint32); std::unique_ptr hostnet /*{}*/; };