mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-06-17 04:16:48 -07:00
x86/assembler: add missing log statement
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -99,6 +99,7 @@ bal_x86_emit_and_r64_r64(bal_x86_assembler_t *assembler,
|
||||
|
||||
if (BAL_UNLIKELY(assembler->status != BAL_SUCCESS))
|
||||
{
|
||||
BAL_LOG_ERROR(&assembler->logger, "Aborting function: assembler status != BAL_SUCCESS");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user