summary refs log tree commit diff
path: root/sysdeps/tile/stackinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/stackinfo.h')
-rw-r--r--sysdeps/tile/stackinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/tile/stackinfo.h b/sysdeps/tile/stackinfo.h
index 0bef407941..d79c6b0570 100644
--- a/sysdeps/tile/stackinfo.h
+++ b/sysdeps/tile/stackinfo.h
@@ -35,7 +35,7 @@
    (unnecessary) parameters.  */
 #define stackinfo_get_sp() \
   ({ void *p__; asm volatile ("move %0, sp" : "=r" (p__)); p__; })
-#if defined __tilegx__ && __WORDSIZE == 32
+#if __WORDSIZE == 32
 #define __stackinfo_sub "subx"
 #else
 #define __stackinfo_sub "sub"