From owner-svn-src-head@FreeBSD.ORG Wed Feb 18 19:06:00 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED93106568A for ; Wed, 18 Feb 2009 19:06:00 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 366698FC20 for ; Wed, 18 Feb 2009 19:05:59 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 18 Feb 2009 19:05:57 -0000 Received: from p54A3F2A9.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.242.169] by mail.gmx.net (mp007) with SMTP; 18 Feb 2009 20:05:57 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX19xsP4NuK5x/EUTwSOnVkKUJsB3uYATkjFeuFNjiV vz4AFRaw/KbzsG Message-ID: <499C5C10.9020700@gmx.de> Date: Wed, 18 Feb 2009 20:05:52 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Ed Schouten References: <200902181825.n1IIPH9n071204@svn.freebsd.org> <20090218185535.GO79178@hoeg.nl> In-Reply-To: <20090218185535.GO79178@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 Cc: svn-src-head@freebsd.org, Roman Divacky , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r188753 - head/sys/i386/acpica X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 19:06:01 -0000 Ed Schouten schrieb: > Roman, > > This file doesn't seem to compile with LLVM properly. I don't know a lot > about inline asm, but shouldn't these variables be passed as arguments > to the __asm block? I would fix it if I knew how, but I don't. :-( You cannot pass variables to global asm statements.