aboutsummaryrefslogtreecommitdiff
path: root/hw/xive.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xive.c')
-rw-r--r--hw/xive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xive.c b/hw/xive.c
index c1786f2..8f7df1d 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -2144,7 +2144,7 @@ static inline bool xive_eq_for_target(uint32_t target, uint8_t prio,
if (eq_blk != vp_blk) {
xive_err(x, "eq_blk != vp_blk (%d vs. %d) for target 0x%08x/%d\n",
eq_blk, vp_blk, target, prio);
- assert(false);
+ return false;
}
if (out_eq_blk)