mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-19 13:36:58 +00:00
jit: add detailed logging for ARM32 instruction registration
This commit is contained in:
parent
9341e8d4ee
commit
15938b667b
2 changed files with 19 additions and 1 deletions
|
|
@ -48,5 +48,7 @@ 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
|
||||
#endif // POUND_JIT_DECODER_ARM32_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue