diff --git a/lib/mammoth/src/debug.cpp b/lib/mammoth/src/debug.cpp index cbe8632..257b9a9 100644 --- a/lib/mammoth/src/debug.cpp +++ b/lib/mammoth/src/debug.cpp @@ -30,6 +30,7 @@ void check(uint64_t code) { return; case Z_ERR_UNIMPLEMENTED: dbgln("crash: UNIMPLEMENTED"); + break; case Z_ERR_CAP_NOT_FOUND: dbgln("crash: missing capability"); break;