mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-18 12:48:58 +02:00
fix asserts
This commit is contained in:
parent
c4bc5b8ca3
commit
b4516101ad
121 changed files with 1329 additions and 1324 deletions
|
|
@ -65,7 +65,7 @@ bool AnyLocationDescriptorForTerminalHas(IR::Terminal terminal, Fn fn) {
|
|||
} else if constexpr (std::is_same_v<T, IR::Term::CheckHalt>) {
|
||||
return AnyLocationDescriptorForTerminalHas(t.else_, fn);
|
||||
} else {
|
||||
ASSERT(false && "Invalid terminal type");
|
||||
assert(false && "Invalid terminal type");
|
||||
return false;
|
||||
}
|
||||
}, terminal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue