diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-09 05:08:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-09 05:08:42 +0000 |
commit | 7fc5b5adca549dda57f47043626d22c3f1e94430 (patch) | |
tree | cdef0374ca62b628a043bf132ec07913b53edb2d /sim/d10v/d10v_sim.h | |
parent | 489137c0360f94c18f650b810f1129569f3b3d70 (diff) | |
download | gdb-7fc5b5adca549dda57f47043626d22c3f1e94430.zip gdb-7fc5b5adca549dda57f47043626d22c3f1e94430.tar.gz gdb-7fc5b5adca549dda57f47043626d22c3f1e94430.tar.bz2 |
Report SIGBUS and halt simulation when ld/st detect a misaligned address.
Diffstat (limited to 'sim/d10v/d10v_sim.h')
-rw-r--r-- | sim/d10v/d10v_sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/d10v/d10v_sim.h b/sim/d10v/d10v_sim.h index 5cf43e2..3566da0 100644 --- a/sim/d10v/d10v_sim.h +++ b/sim/d10v/d10v_sim.h @@ -395,6 +395,7 @@ enum #define SIG_D10V_STOP -1 #define SIG_D10V_EXIT -2 +#define SIG_D10V_BUS -3 #define SEXT3(x) ((((x)&0x7)^(~3))+4) |