summaryrefslogtreecommitdiff
path: root/src/arch/x86/processor.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-08-01 00:56:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-08-01 00:56:47 (GMT)
commit290f48b2c2008a3479cd1585eb04b89c5744f034 (patch)
treec9d1eae9a08884de9ee8fe31cbd7756f8e1ca298 /src/arch/x86/processor.h
parent73af1bd66e5d1a2e30d56151532710f2b28d12df (diff)
Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction size.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@176 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86/processor.h')
-rw-r--r--src/arch/x86/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/processor.h b/src/arch/x86/processor.h
index a04d880..99f2118 100644
--- a/src/arch/x86/processor.h
+++ b/src/arch/x86/processor.h
@@ -50,7 +50,7 @@ GType g_x86_processor_get_type(void);
GArchProcessor *g_x86_processor_new(void);
/* Fournit la taille supplantée des opérandes pour x86. */
-AsmOperandSize g_x86_processor_get_operand_size(const GX86Processor *, X86Prefix);
+MemoryDataSize g_x86_processor_get_operand_size(const GX86Processor *, X86Prefix);