--- nono/vm/planevram.cpp 2026/04/29 17:05:50 1.1.1.7 +++ nono/vm/planevram.cpp 2026/04/29 17:06:00 1.1.1.8 @@ -10,7 +10,7 @@ // #include "planevram.h" -#include "mybswap.h" +#include "missing_bswap.h" #include #include #include @@ -41,7 +41,7 @@ PlaneVRAMDevice::Init() constexpr uint num = 256; deptable.reset(new(std::nothrow) uint64[num]); if ((bool)deptable == false) { - warnx("Cannot allocate %zu bytes at %s", + warnx("Could not allocate %zu bytes at %s", sizeof(uint64) * num, __method__); return false; }