diff options
Diffstat (limited to 'src/arch/instruction-int.h')
-rw-r--r-- | src/arch/instruction-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/instruction-int.h b/src/arch/instruction-int.h index 895c29f..32c8c8c 100644 --- a/src/arch/instruction-int.h +++ b/src/arch/instruction-int.h @@ -65,6 +65,9 @@ struct _asm_instr uint64_t vaddress; /* Adresse virtuelle associée */ + off_t offset; /* Position physique de départ */ + off_t length; /* Taille de l'instruction */ + AsmInstrType type; /* Type d'instruction */ asm_operand **operands; /* Liste des opérandes */ |