mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00:00
glasm: Reduce reg allocation leaks from an exception to a log
This commit is contained in:
@@ -253,7 +253,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!ctx.reg_alloc.IsEmpty()) {
|
if (!ctx.reg_alloc.IsEmpty()) {
|
||||||
throw LogicError("Register allocator is not empty");
|
// LOG_WARNING ...;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user