]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/csky/jmpbuf-unwind.h
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
[thirdparty/glibc.git] / sysdeps / csky / jmpbuf-unwind.h
index 76fca431c63399b537940e08df34f60fb57d6031..61e9c45875176c201ed4c3adec918365d3a1cdcb 100644 (file)
@@ -36,9 +36,7 @@ static inline uintptr_t __attribute__ ((unused))
 _jmpbuf_sp (__jmp_buf regs)
 {
   uintptr_t sp = (uintptr_t) regs[0].__sp;
-#ifdef PTR_DEMANGLE
   PTR_DEMANGLE (sp);
-#endif
   return sp;
 }