Skip to content

Commit f922627

Browse files
committed
Merge pull request #801 from Keno/patch-3
Don't pass REALNAME to `.end`
2 parents 5874558 + d5e1255 commit f922627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common_x86_64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static __inline int blas_quickdivide(unsigned int x, unsigned int y){
396396

397397
#define PROFCODE
398398

399-
#define EPILOGUE .end REALNAME
399+
#define EPILOGUE .end
400400
#endif
401401

402402
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_NETBSD) || defined(__ELF__) || defined(C_PGI)

0 commit comments

Comments
 (0)