summary refs log tree commit diff
path: root/sysdeps/aarch64/jmpbuf-offsets.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/jmpbuf-offsets.h')
-rw-r--r--sysdeps/aarch64/jmpbuf-offsets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/aarch64/jmpbuf-offsets.h b/sysdeps/aarch64/jmpbuf-offsets.h
index 78bdd4a539..841da965a6 100644
--- a/sysdeps/aarch64/jmpbuf-offsets.h
+++ b/sysdeps/aarch64/jmpbuf-offsets.h
@@ -49,9 +49,7 @@ static inline uintptr_t __attribute__ ((unused))
 _jmpbuf_sp (__jmp_buf jmpbuf)
 {
   uintptr_t sp = jmpbuf[JB_SP];
-#ifdef PTR_DEMANGLE
   PTR_DEMANGLE (sp);
-#endif
   return sp;
 }
 #endif