[mammoth] Fix accidental switch fall through in crash

This commit is contained in:
Drew Galbraith 2023-06-12 19:14:30 -07:00
parent 832d2f6961
commit 7cf54c0dd2
1 changed files with 1 additions and 0 deletions

View File

@ -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;