aboutsummaryrefslogtreecommitdiff
path: root/lib/x86/arch-dis.h
blob: 6447f382bc66cee3ceed37a2b4a0f9a13443acd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once
#define MIN_INSN_SIZE 1
#define TD_MAX_REWRITTEN_SIZE 100 /* XXX */

struct arch_pcrel_info {
    int reg;
};

struct arch_dis_ctx {};
static inline void arch_dis_ctx_init(UNUSED struct arch_dis_ctx *ctx) {}