Merge pull request #801 from Keno/patch-3

Don't pass REALNAME to `.end`
This commit is contained in:
Zhang Xianyi 2016-03-14 15:42:31 -04:00
commit f9226275f4
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ REALNAME:
#define PROFCODE #define PROFCODE
#define EPILOGUE .end REALNAME #define EPILOGUE .end
#endif #endif
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(__ELF__) || defined(C_PGI) #if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(__ELF__) || defined(C_PGI)