- Fix compilation if redzone detection is diabled.

svn path=/trunk/; revision=16729
This commit is contained in:
Alex Ionescu 2005-07-26 00:50:17 +00:00
parent 55234f6094
commit 286cccb1de

View file

@ -328,6 +328,7 @@ RPoolInit ( void* PoolBase, rulong PoolSize, int align1, int align2, int align3
return pool; return pool;
} }
#if R_RZ
static const char* static const char*
RFormatTag ( rulong Tag, char* buf ) RFormatTag ( rulong Tag, char* buf )
{ {
@ -341,6 +342,7 @@ RFormatTag ( rulong Tag, char* buf )
} }
return buf; return buf;
} }
#endif
#if !R_RZ #if !R_RZ
#define RUsedRedZoneCheck(pUsed,Addr,file,line, printzone) #define RUsedRedZoneCheck(pUsed,Addr,file,line, printzone)