Format code

This commit is contained in:
Mio
2022-08-31 23:27:24 +08:00
parent 092014a6cc
commit a0e119c6f0
4 changed files with 32 additions and 26 deletions

View File

@@ -134,7 +134,7 @@ static void ppc_release(void *ctx)
// g_free(tcg_ctx->tb_ctx.tbs);
if (env->nb_tlb != 0) {
switch(env->tlb_type) {
switch (env->tlb_type) {
case TLB_6XX:
g_free(env->tlb.tlb6);
break;