--- nono/vm/iodevstream.h 2026/04/29 17:04:28 1.1.1.1 +++ nono/vm/iodevstream.h 2026/04/29 17:04:41 1.1.1.3 @@ -1,11 +1,11 @@ // // nono -// Copyright (C) 2019 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #pragma once -#include "header.h" #include "device.h" // IODevice クラスへの Read/Write をストリームっぽく扱う。 @@ -106,6 +106,6 @@ class IODeviceStream } private: - IODevice *dev; - uint32 addr; + IODevice *dev {}; + uint32 addr {}; };