|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81633 - trunk/libs/context/src/asm
From: oliver.kowalke_at_[hidden]
Date: 2012-11-30 08:22:02
Author: olli
Date: 2012-11-30 08:22:01 EST (Fri, 30 Nov 2012)
New Revision: 81633
URL: http://svn.boost.org/trac/boost/changeset/81633
Log:
context: fix typo
Text files modified:
trunk/libs/context/src/asm/make_x86_64_sysv_macho_gas.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/context/src/asm/make_x86_64_sysv_macho_gas.S
==============================================================================
--- trunk/libs/context/src/asm/make_x86_64_sysv_macho_gas.S (original)
+++ trunk/libs/context/src/asm/make_x86_64_sysv_macho_gas.S 2012-11-30 08:22:01 EST (Fri, 30 Nov 2012)
@@ -46,7 +46,7 @@
/* shift address in RAX to lower 16 byte boundary */
/* == pointer to fcontext_t and address of context stack */
- moveabs $-16, %r8
+ movabs $-16, %r8
andq %r8, %rax
movq %rdi, 0x40(%rax) /* save address of stack pointer (base) in fcontext_t */
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk