--- nono/lib/object.cpp 2026/04/29 17:04:37 1.1.1.4 +++ nono/lib/object.cpp 2026/04/29 17:04:43 1.1.1.5 @@ -7,7 +7,6 @@ #include "object.h" #include "logger.h" #include "mpu.h" -#include "scheduler.h" #include "textscreen.h" // 全オブジェクトのリスト @@ -75,7 +74,7 @@ Object::vputlog(const char *fmt, va_list uint64 vt; int len = 0; - vt = gScheduler->GetVirtTime(); + vt = gMPU->GetVirtTime(); len += snprintf(buf + len, sizeof(buf) - len, "%4d.%03d'%03d'%03d ", (int)(vt / 1000 / 1000 / 1000), (int)((vt / 1000 / 1000) % 1000),