Skip to content

Commit 5eead6d

Browse files
committed
Update bundled boost asm to latest versions
1 parent db5ac35 commit 5eead6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/asm/jump_arm_aapcs_macho_gas.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _jump_fcontext:
5252
bic v2, v2, #3
5353

5454
@ load TLS[__PTK_LIBC_DYLD_Unwind_SjLj_Key]
55-
ldr v1, [v2, #8]
55+
ldr v1, [v2, #72]
5656
@ save SjLj handler
5757
push {v1}
5858

@@ -79,7 +79,7 @@ _jump_fcontext:
7979
@ r#estore SjLj handler
8080
pop {v1}
8181
@ store SjLj handler in TLS
82-
str v1, [v2, #8]
82+
str v1, [v2, #72]
8383

8484
@ restore hidden,V1-V8,LR
8585
pop {a4,v1-v8,lr}

0 commit comments

Comments
 (0)