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