summaryrefslogtreecommitdiff
path: root/src/powerpc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-03-30 16:54:42 -0400
committerAnthony Green <green@moxielogic.com>2011-03-30 16:54:42 -0400
commit2d3fb36420e09304220ee6c0652bae5eccdb965d (patch)
tree2c8fed5f8235b57abdbca15a3948b93fa02165e3 /src/powerpc
parent30ff28e1d8cd9ed5319f1fbe9c7cccacc8161fb3 (diff)
downloadlibffi-2d3fb36420e09304220ee6c0652bae5eccdb965d.tar.gz
Fix darwin EH
Diffstat (limited to 'src/powerpc')
-rw-r--r--src/powerpc/darwin.S2
-rw-r--r--src/powerpc/darwin_closure.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/powerpc/darwin.S b/src/powerpc/darwin.S
index 3b425da..4f987dc 100644
--- a/src/powerpc/darwin.S
+++ b/src/powerpc/darwin.S
@@ -335,7 +335,7 @@ LSCIE1:
.byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor
.byte 0x41 ; CIE RA Column
.byte 0x1 ; uleb128 0x1; Augmentation size
- .byte 0x90 ; FDE Encoding (indirect pcrel)
+ .byte 0x10 ; FDE Encoding (indirect pcrel)
.byte 0xc ; DW_CFA_def_cfa
.byte 0x1 ; uleb128 0x1
.byte 0x0 ; uleb128 0x0
diff --git a/src/powerpc/darwin_closure.S b/src/powerpc/darwin_closure.S
index 8c0e11a..db20cf6 100644
--- a/src/powerpc/darwin_closure.S
+++ b/src/powerpc/darwin_closure.S
@@ -484,7 +484,7 @@ LSCIE1:
.byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor
.byte 0x41 ; CIE RA Column
.byte 0x1 ; uleb128 0x1; Augmentation size
- .byte 0x90 ; FDE Encoding (indirect pcrel)
+ .byte 0x10 ; FDE Encoding (indirect pcrel)
.byte 0xc ; DW_CFA_def_cfa
.byte 0x1 ; uleb128 0x1
.byte 0x0 ; uleb128 0x0