Fixed EPILOGUE for clang.

This commit is contained in:
Hank Anderson 2015-02-25 12:23:26 -06:00
parent 5ae8993752
commit 3649cfbd7b
1 changed files with 4 additions and 0 deletions

View File

@ -313,8 +313,12 @@ REALNAME:
#define PROFCODE #define PROFCODE
#ifdef __clang__
#define EPILOGUE .end
#else
#define EPILOGUE .end REALNAME #define EPILOGUE .end REALNAME
#endif #endif
#endif
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(__ELF__) #if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(__ELF__)
#define PROLOGUE \ #define PROLOGUE \