--- nono/vm/ufs.cpp 2026/04/29 17:05:11 1.1.1.3 +++ nono/vm/ufs.cpp 2026/04/29 17:05:18 1.1.1.4 @@ -343,7 +343,7 @@ Filesys::OpenFile(inodefile& file, const break; default: - __unreachable(); + VMPANIC("corrupted state=%d", (int)state); } } // 通常ファイルに到達