jit: add detailed logging for ARM32 instruction registration

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

View file

@ -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