Report SIGBUS and halt simulation when ld/st detect a misaligned address.
[deliverable/binutils-gdb.git] / sim / d10v / d10v_sim.h
index 5cf43e2dfccd397364952964cf9fe8b34447a577..3566da01d260835891f4e9bd1d7f311fb4576f54 100644 (file)
@@ -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)    
 
This page took 0.022342 seconds and 4 git commands to generate.