Revision 67b915a5 target-i386/translate-copy.c

b/target-i386/translate-copy.c
17 17
 * License along with this library; if not, write to the Free Software
18 18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19 19
 */
20
#include "config.h"
21

  
20 22
#include <stdarg.h>
21 23
#include <stdlib.h>
22 24
#include <stdio.h>
23 25
#include <string.h>
24 26
#include <inttypes.h>
25
#include <signal.h>
26 27
#include <assert.h>
27
#include <sys/mman.h>
28
#include <sys/ucontext.h>
29 28

  
30 29
#include "cpu.h"
31 30
#include "exec-all.h"
......
33 32

  
34 33
#ifdef USE_CODE_COPY
35 34

  
35
#include <signal.h>
36
#include <sys/mman.h>
37
#include <sys/ucontext.h>
38

  
36 39
extern char exec_loop;
37 40

  
38 41
/* operand size */

Also available in: Unified diff