From 8c746302a2d7cca6e2fd3b494f515b79e14d8c05 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 15 Jul 2014 15:05:46 -0500 Subject: [PATCH] Fix NOT32M function declaration. Use uptr as the argument since it is either u32 or u64 depending on architecture. --- common/include/x86emitter/legacy_instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/x86emitter/legacy_instructions.h b/common/include/x86emitter/legacy_instructions.h index 00bd607ddb..8fd2690fe7 100644 --- a/common/include/x86emitter/legacy_instructions.h +++ b/common/include/x86emitter/legacy_instructions.h @@ -442,7 +442,7 @@ extern void AND8RtoR( x86IntRegType to, x86IntRegType from ); // not r32 extern void NOT32R( x86IntRegType from ); // not m32 -extern void NOT32M( u32 from ); +extern void NOT32M( uptr from ); // neg r32 extern void NEG32R( x86IntRegType from ); // neg m32