add barrier to inlined block dispatcher

This commit is contained in:
gbeauche 2004-01-29 21:36:31 +00:00
parent c0db6d3f47
commit 74cf5d2686

View File

@ -1222,4 +1222,5 @@ void OPPROTO op_jump_next_A0(void)
if (bi->pc == pc || (bi = powerpc_dyngen_helper::find_block(pc)) != NULL) if (bi->pc == pc || (bi = powerpc_dyngen_helper::find_block(pc)) != NULL)
goto *(bi->entry_point); goto *(bi->entry_point);
} }
dyngen_barrier();
} }