Add a new hook type UC_HOOK_TCG_OPCODE

This commit is contained in:
lazymio
2021-11-03 01:46:24 +01:00
parent eb75d459f0
commit bcf85be86d
15 changed files with 241 additions and 2 deletions

View File

@ -791,6 +791,9 @@ struct TCGContext {
TCGv NULL_QREG;
/* Used to distinguish stores from bad addressing modes. */
TCGv store_dummy;
// Used to store the start of current instrution.
uint64_t pc_start;
};
static inline size_t temp_idx(TCGContext *tcg_ctx, TCGTemp *ts)