summaryrefslogtreecommitdiff
path: root/libpcsxcore/ix86_64/ix86-64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/ix86_64/ix86-64.c')
-rw-r--r--libpcsxcore/ix86_64/ix86-64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpcsxcore/ix86_64/ix86-64.c b/libpcsxcore/ix86_64/ix86-64.c
index a4399ab5..0582f351 100644
--- a/libpcsxcore/ix86_64/ix86-64.c
+++ b/libpcsxcore/ix86_64/ix86-64.c
@@ -46,8 +46,6 @@ s8 *x86Ptr;
u8 *j8Ptr[32];
u32 *j32Ptr[32];
-extern void SysPrintf(char *fmt, ...);
-
void WriteRmOffset(x86IntRegType to, int offset)
{
if( (to&7) == ESP ) {