Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / context / src / asm / make_x86_64_sysv_macho_gas.S
index e01d891..5d6c543 100644 (file)
@@ -32,8 +32,7 @@ _make_fcontext:
     movq  %rdi, %rax
 
     /* shift address in RAX to lower 16 byte boundary */
-    movabs  $-16,           %r8
-    andq    %r8,            %rax
+    andq  $-16, %rax
 
     /* reserve space for context-data on context-stack */
     /* on context-function entry: (RSP -0x8) % 16 == 0 */