osdep: rename MP_UNREACHABLE

It was pointed out on IRC that the name is misleading, since the actual
semantics of the macro is to assert first.
This commit is contained in:
Niklas Haas
2021-11-03 15:15:20 +01:00
parent 701bd783ca
commit 8bd0dee531
14 changed files with 22 additions and 22 deletions

View File

@@ -372,7 +372,7 @@ static struct mp_pin *find_connected_end(struct mp_pin *p)
return other;
p = other->user_conn;
}
MP_UNREACHABLE();
MP_ASSERT_UNREACHABLE();
}
// With p being part of a connection, create the pin_connection and set all