mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-17 16:36:57 +00:00
jit/decoder: Remove log statement from decoder hit path
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
2b5131e56c
commit
fb7a2a6b32
1 changed files with 0 additions and 8 deletions
|
|
@ -24,14 +24,6 @@ pvm_jit_decoder_arm32_decode (const uint32_t instruction)
|
|||
|
||||
if ((instruction & info->mask) == info->expected)
|
||||
{
|
||||
if (0 == strcmp(info->name, "UDF"))
|
||||
{
|
||||
LOG_WARNING("Instruction 0x%08X is undefined", instruction);
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_TRACE("Instruction found for 0x%08X: %s", instruction, info->name);
|
||||
}
|
||||
return info;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue