mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-19 22:36:58 +00:00
jit: inline ARM32 instruction logging and remove redundant traces
This commit is contained in:
parent
15938b667b
commit
aff8491a19
2 changed files with 7 additions and 20 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue