diff options
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index 4ecc902..a031bb5 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -1009,6 +1009,7 @@ vx_wait (status) case EVENT_ZERO_DIV: /* Division by zero */ WSETSTOP (w, SIGFPE); /* Like Unix, call it a float exception. */ + break; case EVENT_SIGNAL: /* The target is not running Unix, and its |