Draft: lab 5 failed

This commit is contained in:
2025-05-03 20:45:34 +08:00
parent 981cae803b
commit e73f90395d
39 changed files with 588 additions and 429 deletions

View File

@@ -85,7 +85,7 @@ void _struct_traverse(const char *path, const vector_t *cbs)
case FDT_END:
return;
default:
exit(ERR_UNREACHABLE);
panic(ERR_UNREACHABLE);
}
}
traverse_struct_callback: