--- nono/vm/rtc.cpp 2026/04/29 17:04:32 1.1.1.2 +++ nono/vm/rtc.cpp 2026/04/29 17:04:36 1.1.1.3 @@ -1,6 +1,7 @@ // // nono -// Copyright (C) 2017 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // #include "rtc.h" @@ -12,7 +13,6 @@ std::unique_ptr gRTC; RTCDevice::RTCDevice() { - rtc = (RTC){}; // 秒への繰り上がりを許可。 rtc.enable_sec = true; }