~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to target-sparc/exec.h

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef EXEC_SPARC_H
 
2
#define EXEC_SPARC_H 1
 
3
#include "config.h"
 
4
#include "dyngen-exec.h"
 
5
 
 
6
register struct CPUSPARCState *env asm(AREG0);
 
7
 
 
8
#include "cpu.h"
 
9
#include "exec-all.h"
 
10
 
 
11
#if !defined(CONFIG_USER_ONLY)
 
12
#include "softmmu_exec.h"
 
13
#endif /* !defined(CONFIG_USER_ONLY) */
 
14
 
 
15
#endif