diff options
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index ec2ca183d7..33167977f2 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -31,7 +31,7 @@ struct CPUMBState; #define TARGET_HAS_ICE 1 -#define ELF_MACHINE EM_XILINX_MICROBLAZE +#define ELF_MACHINE EM_MICROBLAZE #define EXCP_NMI 1 #define EXCP_MMU 2 |