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