From 1480f022b3c88cbf465b012c45ab8aa29f0c8d5c Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Thu, 25 Sep 2008 19:40:14 +0000 Subject: [PATCH] forgot those git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@148 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/x86/ix86/ix86.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pcsx2/x86/ix86/ix86.h b/pcsx2/x86/ix86/ix86.h index 553f3f9d1c..dfe1766b1c 100644 --- a/pcsx2/x86/ix86/ix86.h +++ b/pcsx2/x86/ix86/ix86.h @@ -403,17 +403,17 @@ extern void MOVZX32Rm16toROffset( x86IntRegType to, x86IntRegType from, int offs extern void MOVZX32M16toR( x86IntRegType to, u32 from ); #ifdef __x86_64__ -void MOVZX64R8toR( x86IntRegType to, x86IntRegType from ); -void MOVZX64Rm8toR( x86IntRegType to, x86IntRegType from ); -void MOVZX64Rm8toROffset( x86IntRegType to, x86IntRegType from, int offset ); +extern void MOVZX64R8toR( x86IntRegType to, x86IntRegType from ); +extern void MOVZX64Rm8toR( x86IntRegType to, x86IntRegType from ); +extern void MOVZX64Rm8toROffset( x86IntRegType to, x86IntRegType from, int offset ); // movzx m8 to r64 -void MOVZX64M8toR( x86IntRegType to, u32 from ); +extern void MOVZX64M8toR( x86IntRegType to, u32 from ); // movzx r16 to r64 -void MOVZX64R16toR( x86IntRegType to, x86IntRegType from ); -void MOVZX64Rm16toR( x86IntRegType to, x86IntRegType from ); -void MOVZX64Rm16toROffset( x86IntRegType to, x86IntRegType from, int offset ); +extern void MOVZX64R16toR( x86IntRegType to, x86IntRegType from ); +extern void MOVZX64Rm16toR( x86IntRegType to, x86IntRegType from ); +extern void MOVZX64Rm16toROffset( x86IntRegType to, x86IntRegType from, int offset ); // movzx m16 to r64 -void MOVZX64M16toR( x86IntRegType to, u32 from ); +extern void MOVZX64M16toR( x86IntRegType to, u32 from ); #endif // cmovbe r32 to r32