mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
glasm: Reduce reg allocation leaks from an exception to a log
This commit is contained in:
parent
60e44af24d
commit
1a02dee23a
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
|
|||
}
|
||||
}
|
||||
if (!ctx.reg_alloc.IsEmpty()) {
|
||||
throw LogicError("Register allocator is not empty");
|
||||
// LOG_WARNING ...;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue