]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/lib/builtins/i386/ashldi3.S
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / lib / builtins / i386 / ashldi3.S
index a5da1ace1c3a5f2233c51f86c16cfe5c155a9517..3fbd739038428d30be68d01540915b6baa825ee1 100644 (file)
@@ -16,7 +16,7 @@
 #ifdef __SSE2__
 
 .text
-.align 4
+.balign 4
 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
        movd      12(%esp),             %xmm2   // Load count
 #ifndef TRUST_CALLERS_USE_64_BIT_STORES
@@ -36,7 +36,7 @@ END_COMPILERRT_FUNCTION(__ashldi3)
 #else // Use GPRs instead of SSE2 instructions, if they aren't available.
 
 .text
-.align 4
+.balign 4
 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
        movl      12(%esp),             %ecx    // Load count
        movl       8(%esp),             %edx    // Load high