Revision 6bb70571 target-i386/helper2.c

b/target-i386/helper2.c
190 190
{
191 191
    a20_state = (a20_state != 0);
192 192
    if (a20_state != a20_enabled) {
193
        /* if the cpu is currently executing code, we must unlink it and
194
           all the potentially executing TB */
195
        cpu_interrupt(env, 0);
196

  
193 197
        /* when a20 is changed, all the MMU mappings are invalid, so
194 198
           we must flush everything */
195 199
        page_unmap();

Also available in: Unified diff