Revision 9dd69d65 target-i386/excp_helper.c

b/target-i386/excp_helper.c
19 19

  
20 20
#include "cpu.h"
21 21
#include "qemu-log.h"
22
#include "sysemu.h"
22 23
#include "helper.h"
23 24

  
24 25
#if 0
......
39 40
    raise_exception(env, exception_index);
40 41
}
41 42

  
42

  
43
/* This should come from sysemu.h - if we could include it here... */
44
void qemu_system_reset_request(void);
45

  
46 43
/*
47 44
 * Check nested exceptions and change to double or triple fault if
48 45
 * needed. It should only be called, if this is not an interrupt.

Also available in: Unified diff