diff options
| author | Anthony Green <green@moxielogic.com> | 2012-01-23 11:13:18 -0500 |
|---|---|---|
| committer | Anthony Green <green@moxielogic.com> | 2012-01-23 11:13:18 -0500 |
| commit | c365ee7577bef00cb3c2c0b5224147aea04138d8 (patch) | |
| tree | 6acd18ecb032650d2284c1757440326f31970828 /src/mips | |
| parent | f22c38bbd93bcc0c04bf26c3e414556b3177c385 (diff) | |
| download | platform_external_libffi-c365ee7577bef00cb3c2c0b5224147aea04138d8.tar.gz platform_external_libffi-c365ee7577bef00cb3c2c0b5224147aea04138d8.tar.bz2 platform_external_libffi-c365ee7577bef00cb3c2c0b5224147aea04138d8.zip | |
Refresh
Diffstat (limited to 'src/mips')
| -rw-r--r-- | src/mips/n32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mips/n32.S b/src/mips/n32.S index ae23094..ff4bbce 100644 --- a/src/mips/n32.S +++ b/src/mips/n32.S @@ -43,6 +43,7 @@ #ifdef __GNUC__ .abicalls #endif + .set mips4 .text .align 2 .globl ffi_call_N32 |
