summaryrefslogtreecommitdiff
path: root/src/arch/x86/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/processor.h')
-rw-r--r--src/arch/x86/processor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86/processor.h b/src/arch/x86/processor.h
index c898d80..036966f 100644
--- a/src/arch/x86/processor.h
+++ b/src/arch/x86/processor.h
@@ -41,8 +41,7 @@ asm_processor *create_x86_processor(void);
AsmOperandSize get_x86_current_operand_size(const asm_x86_processor *);
/* Fournit la taille supplantée des opérandes pour x86. */
-AsmOperandSize switch_x86_operand_size(const asm_x86_processor *);
-
+AsmOperandSize switch_x86_operand_size_if_needed(const asm_x86_processor *, const uint8_t *, off_t *);