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

/external/qemu/
H A Dtranslate-all.c1047 TranslationBlock *tb, *tb_next, *saved_tb; local
1117 saved_tb = NULL;
1119 saved_tb = env->current_tb;
1124 env->current_tb = saved_tb;

Completed in 107 milliseconds