Skip to content

Commit 3768e43

Browse files
committed
Add comment about instruction sequence
1 parent e139054 commit 3768e43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libunwind/src/UnwindCursor.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
#include "RWMutex.hpp"
5959
#include "Unwind-EHABI.h"
6060

61+
62+
/*
63+
* The linux sigreturn restorer stub will always have the form:
64+
*
65+
* d2801168 movz x8, #0x8b
66+
* d4000001 svc #0x0
67+
*/
6168
#if defined(__AARCH64EB__)
6269
#define MOVZ_X8_8B 0x681180d2
6370
#define SVC_0 0x010000d4

0 commit comments

Comments
 (0)