mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-06-17 04:16:48 -07:00
x86/compiler1: fix unused variable warning
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -561,6 +561,9 @@ translate_jump(bal_tier1_compiler_t *BAL_RESTRICT compiler,
|
||||
|
||||
BAL_LOG_DEBUG(
|
||||
&compiler->logger, "Translated JUMP to 0x%016llX", (unsigned long long)*target_pc);
|
||||
|
||||
// WARNING: Prevents unsued local variable compiler warning.
|
||||
(void)compiler;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user