diff options
| -rw-r--r-- | sys/ia64/ia64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index ee804f2653ac..5f954fe38e14 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -1267,8 +1267,8 @@ bounds_check_with_label(struct bio *bp, struct disklabel *lp, int wlabel) return(1); bad: - bp->bio_flags |= BIO_ERROR; #endif + bp->bio_flags |= BIO_ERROR; return(-1); } |
