Browse Source

Don't pass REALNAME to `.end`

Putting the procedure there is an MSVC-ism, where it is optional. GCC silently ignores and Clang errors, so it is best to remove this.
tags/v0.2.16^2
Keno Fischer 9 years ago
parent
commit
d5e1255ca7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common_x86_64.h

+ 1
- 1
common_x86_64.h View File

@@ -396,7 +396,7 @@ REALNAME:

#define PROFCODE

#define EPILOGUE .end REALNAME
#define EPILOGUE .end
#endif

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


Loading…
Cancel
Save