Revision 63a54736 target-i386/op_helper.c

b/target-i386/op_helper.c
1351 1351
    raise_interrupt(exception_index, 0, 0, 0);
1352 1352
}
1353 1353

  
1354
void raise_exception_env(int exception_index, CPUState *nenv)
1355
{
1356
    env = nenv;
1357
    raise_exception(exception_index);
1358
}
1354 1359
/* SMM support */
1355 1360

  
1356 1361
#if defined(CONFIG_USER_ONLY)

Also available in: Unified diff