sim-card
/
qemu
Archived
10
0
Fork 0

target-s390x: Clean includes

The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2012-02-01 20:56:52 +01:00
parent 550a82ec32
commit 45133b74ba
3 changed files with 3 additions and 10 deletions

View File

@ -19,6 +19,9 @@
#ifndef CPU_S390X_H
#define CPU_S390X_H
#include "config.h"
#include "qemu-common.h"
#define TARGET_LONG_BITS 64
#define ELF_MACHINE EM_S390

View File

@ -18,13 +18,8 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpu.h"
#include "gdbstub.h"
#include "qemu-common.h"
#include "qemu-timer.h"
#ifndef CONFIG_USER_ONLY
#include "sysemu.h"

View File

@ -17,11 +17,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
/* #define DEBUG_ILLEGAL_INSTRUCTIONS */
/* #define DEBUG_INLINE_BRANCHES */