Merge pull request #134 from Sonicadvance1/NOT32-declaration

Fix NOT32M function declaration.
This commit is contained in:
sudonim1 2014-07-15 22:06:48 +01:00
commit 1d56035a56
1 changed files with 1 additions and 1 deletions

View File

@ -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