[Pal/Linux-SGX] Fix warning in db_misc.c
> db_misc.c: In function _DkRandomBitsRead:
> db_misc.c:64:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
> rand >>= 16;
> ~~~~~^~~~~~
> db_misc.c:65:17: note: here
> case 1:
> ^~~~
Signed-off-by: Isaku Yamahata <isaku.yamahata@gmail.com>