jit: inline ARM32 instruction logging and remove redundant traces

This commit is contained in:
ramenrrami 2025-10-15 10:54:53 +02:00 committed by Ronald Caesar
parent 15938b667b
commit aff8491a19
No known key found for this signature in database
GPG key ID: 04307C401999C596
2 changed files with 7 additions and 20 deletions

View file

@ -48,7 +48,6 @@ void arm32_add_instruction(arm32_decoder_t* decoder, const char* name, arm32_opc
arm32_handler_fn handler);
void arm32_ADD_imm_handler(arm32_decoder_t* decoder, arm32_instruction_t instruction);
void arm32_log_instruction_info(const arm32_instruction_info_t* info);
} // namespace pound::jit::decoder
#endif // POUND_JIT_DECODER_ARM32_H