summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_xor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/op_xor.c')
-rw-r--r--src/arch/x86/op_xor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/op_xor.c b/src/arch/x86/op_xor.c
index ae97022..0f23f26 100644
--- a/src/arch/x86/op_xor.c
+++ b/src/arch/x86/op_xor.c
@@ -46,7 +46,7 @@
* *
******************************************************************************/
-asm_x86_instr *read_instr_xor_with_reg1632(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
+asm_x86_instr *x86_read_instr_xor_with_reg1632(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
{
asm_x86_instr *result; /* Instruction à retourner */
AsmOperandSize oprsize; /* Taille des opérandes */
@@ -113,7 +113,7 @@ asm_x86_instr *read_instr_xor_with_reg1632(const uint8_t *data, off_t *pos, off_
* *
******************************************************************************/
-asm_x86_instr *read_instr_xor8_with_reg1632(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
+asm_x86_instr *x86_read_instr_xor8_with_reg1632(const uint8_t *data, off_t *pos, off_t len, uint64_t offset, const asm_x86_processor *proc)
{
asm_x86_instr *result; /* Instruction à retourner */
AsmOperandSize oprsize; /* Taille des opérandes */