From: Edgar E. Iglesias Date: Mon, 11 Apr 2011 21:55:42 +0000 (+0200) Subject: microblaze: Add constant for exception-code mask X-Git-Tag: v0.15.0-rc0~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b584046aae87df3ac195cc85b89ff86c1a8db01;p=thirdparty%2Fqemu.git microblaze: Add constant for exception-code mask Signed-off-by: Edgar E. Iglesias --- diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index cc096474ff9..d0aee190ba6 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -91,6 +91,7 @@ struct CPUMBState; #define ESR_EC_INSN_STORAGE 9 #define ESR_EC_DATA_TLB 10 #define ESR_EC_INSN_TLB 11 +#define ESR_EC_MASK 31 /* Floating Point Status Register (FSR) Bits */ #define FSR_IO (1<<4) /* Invalid operation */