Skip to content

Commit 56554a5

Browse files
author
Ubuntu user
committed
correct SP offset in jmpbif structure to be 8
1 parent 8e22fed commit 56554a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
#define MD_STACK_GROWS_DOWN
423423

424424
#if defined(__GLIBC__) && __GLIBC__ >= 2
425-
#define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[20]
425+
#define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[8]
426426
#else
427427
#error "ARM/Linux pre-glibc2 not supported yet"
428428
#endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */

0 commit comments

Comments
 (0)