Searched refs:saved_tb (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c1125 TranslationBlock *tb, *tb_next, *saved_tb; local
1193 saved_tb = NULL;
1195 saved_tb = env->current_tb;
1200 env->current_tb = saved_tb;

Completed in 53 milliseconds