- Maybe enable assembly on Intel Macs?

SVN r2527 (trunk)
This commit is contained in:
Randy Heit 2010-08-13 03:14:05 +00:00
commit 30ffe1d4b8
9 changed files with 109 additions and 16 deletions

View file

@ -3495,7 +3495,7 @@ inline int getshort (int *&pc)
#if defined(_M_IX86) || defined(_M_X64) || defined(__i386__)
inline int uallong(int &foo)
{
return *foo;
return foo;
}
#else
inline int uallong(int &foo)