Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 11:19:58 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328119 - head/sys/amd64/include
Message-ID:  <201801181119.w0IBJwjW046246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Jan 18 11:19:58 2018
New Revision: 328119
URL: https://svnweb.freebsd.org/changeset/base/328119

Log:
  Fix compilation with gas.
  
  Submitted by:	bde
  MFC after:	13 days

Modified:
  head/sys/amd64/include/asmacros.h

Modified: head/sys/amd64/include/asmacros.h
==============================================================================
--- head/sys/amd64/include/asmacros.h	Thu Jan 18 11:07:40 2018	(r328118)
+++ head/sys/amd64/include/asmacros.h	Thu Jan 18 11:19:58 2018	(r328119)
@@ -191,7 +191,7 @@
 	movq	%rax,%cr3
 	movq	PCPU(RSP0),%rax
 	subq	$PTI_SIZE,%rax
-	MOVE_STACKS	(PTI_SIZE / 8) - 1 + \has_err
+	MOVE_STACKS	((PTI_SIZE / 8) - 1 + \has_err)
 	movq	%rax,%rsp
 	popq	%rdx
 	popq	%rax



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801181119.w0IBJwjW046246>