sim-card
/
qemu
Archived
10
0
Fork 0

target-alpha, target-ppc: Remove unnecessary setjmp.h include

Remove the include of setjmp.h from the cpu.h of target-alpha
and target-ppc. This is unnecessary because cpu-defs.h already
includes this header; this change brings these two targets
into line with all the rest.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Peter Maydell 2011-07-04 22:02:46 +01:00 committed by Blue Swirl
parent 462df2887c
commit f5fc40bb81
2 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,6 @@
#include "cpu-defs.h"
#include <setjmp.h>
#include "softfloat.h"
#define TARGET_HAS_ICE 1

View File

@ -75,8 +75,6 @@
#include "cpu-defs.h"
#include <setjmp.h>
#include "softfloat.h"
#define TARGET_HAS_ICE 1