diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-28 00:56:24 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-28 00:56:24 +0000 |
commit | f071b4d3ca5e83d332948a970a646437747b70ba (patch) | |
tree | 5169eb83ce42bb1147eef9958e34477b7a8de4c1 /target-alpha/cpu.h | |
parent | a11b8151dfc71f95ac04e5f73c7d5c042911b9e4 (diff) |
Alpha coding style and inlining fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3462 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/cpu.h')
-rw-r--r-- | target-alpha/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 579ce613d3..d65ccdea5b 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -27,14 +27,13 @@ #include "cpu-defs.h" - #include <setjmp.h> #include "softfloat.h" #define TARGET_HAS_ICE 1 -#define ELF_MACHINE EM_ALPHA +#define ELF_MACHINE EM_ALPHA #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 |