about summary refs log tree commit diff
path: root/ports/sysdeps/arm/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/arm/frame.h')
-rw-r--r--ports/sysdeps/arm/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/sysdeps/arm/frame.h b/ports/sysdeps/arm/frame.h
index c5a8ed17ec..db3529939b 100644
--- a/ports/sysdeps/arm/frame.h
+++ b/ports/sysdeps/arm/frame.h
@@ -19,9 +19,9 @@
 /* This is the APCS stack backtrace structure.  */
 struct layout
 {
-  struct layout *__unbounded next;
-  void *__unbounded sp;
-  void *__unbounded return_address;
+  struct layout *next;
+  void *sp;
+  void *return_address;
 };
 
 #define FIRST_FRAME_POINTER ADVANCE_STACK_FRAME (__builtin_frame_address (0))