summaryrefslogtreecommitdiff
path: root/src/arch/x86/processor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/processor.c')
-rw-r--r--src/arch/x86/processor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/processor.c b/src/arch/x86/processor.c
index b9932a0..58f271c 100644
--- a/src/arch/x86/processor.c
+++ b/src/arch/x86/processor.c
@@ -254,6 +254,8 @@ static GArchInstruction *g_x86_processor_decode_instruction(const GX86Processor
[XOP_POP_E_BP] = x86_read_instr_pop_r1632,
[XOP_POP_E_SI] = x86_read_instr_pop_r1632,
[XOP_POP_E_DI] = x86_read_instr_pop_r1632,
+ [XOP_POPA] = x86_read_instr_popa,
+ [XOP_ARPL_RM16_R16] = x86_read_instr_arpl_rm16_r16,
[XOP_PUSH_IMM1632] = x86_read_instr_push_imm1632,
[XOP_IMUL_R1632_RM1632_IMM1632] = x86_read_instr_imul_r1632_rm1632_imm1632,
[XOP_IMUL_RM1632_IMM8] = x86_read_instr_imul_rm1632_imm8,