summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_sub.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-09-16 06:14:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-09-16 06:14:35 (GMT)
commit286c0872cc37d3dd6c2633cb61e4680123015d52 (patch)
treedbb743957b28a2a6439fb671c9b299805fcaf066 /src/arch/x86/op_sub.c
parent06cf576b280cbabb73a956161693a63ee846f57b (diff)
Added a 'x86_' to all functions decoding opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@31 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86/op_sub.c')
-rw-r--r--src/arch/x86/op_sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/op_sub.c b/src/arch/x86/op_sub.c
index f14e4a9..18d8dce 100644
--- a/src/arch/x86/op_sub.c
+++ b/src/arch/x86/op_sub.c
@@ -46,7 +46,7 @@
* *
******************************************************************************/
-asm_x86_instr *read_instr_sub8_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_sub8_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 */