summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/arm/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/arm/frame.h')
-rw-r--r--libc/ports/sysdeps/arm/frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/ports/sysdeps/arm/frame.h b/libc/ports/sysdeps/arm/frame.h
index c5a8ed17e..db3529939 100644
--- a/libc/ports/sysdeps/arm/frame.h
+++ b/libc/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))