aboutsummaryrefslogtreecommitdiff
path: root/sim/microblaze/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-09 16:10:49 +0800
committerMike Frysinger <vapier@gentoo.org>2015-06-11 07:13:22 -0400
commit31557eccb23b478e049b5eb7db3cb144c6533ee5 (patch)
tree381b169b73495222cee9e6bc3dc9d50e5fb5d7ec /sim/microblaze/sim-main.h
parent198c808c87eac2d4605962c2f19191c8ca24d268 (diff)
downloadgdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.zip
gdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.tar.gz
gdb-31557eccb23b478e049b5eb7db3cb144c6533ee5.tar.bz2
sim: microblaze: switch to common sim_resume/sim_stop_reason
This allows us to use the common code for all exception handling.
Diffstat (limited to 'sim/microblaze/sim-main.h')
-rw-r--r--sim/microblaze/sim-main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h
index ab4e6af..6781374 100644
--- a/sim/microblaze/sim-main.h
+++ b/sim/microblaze/sim-main.h
@@ -39,7 +39,6 @@
word spregs[2]; /* pc + msr */
int cycles;
int insts;
- int exception;
ubyte imm_enable;
half imm_high;
};