- Maybe enable assembly on Intel Macs?
SVN r2527 (trunk)
This commit is contained in:
parent
4f03442a7a
commit
30ffe1d4b8
9 changed files with 109 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue