blob: ddc5c8d4e794f877390a8aa4716e105c99060a6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998
+++ src/x86/sysv.S Sat Oct 24 00:56:07 1998
@@ -33,7 +33,7 @@
.globl ffi_prep_args
# This assumes we are using gas.
- .balign 16
+ .align 4
.globl ffi_call_SYSV
.type ffi_call_SYSV,@function
|