more code

This commit is contained in:
Hongze Cheng 2024-02-27 15:35:07 +08:00
parent 8884c1ca77
commit 7afafa985e
1 changed files with 1 additions and 0 deletions

View File

@ -2772,6 +2772,7 @@ _exit:
// TODO: loop to get the number of each type from bit2 map // TODO: loop to get the number of each type from bit2 map
break; break;
default: default:
ASSERT(0);
// TODO: loop to get the number of each type from bit1 map // TODO: loop to get the number of each type from bit1 map
} }
return 0; return 0;