From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: wip-rtl static-ref Date: Tue, 28 Aug 2012 22:39:40 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301b6131093b1404c85971ee X-Trace: ger.gmane.org 1346186390 3731 80.91.229.3 (28 Aug 2012 20:39:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Aug 2012 20:39:50 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 28 22:39:51 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T6SZg-0006Jg-2e for guile-devel@m.gmane.org; Tue, 28 Aug 2012 22:39:48 +0200 Original-Received: from localhost ([::1]:36308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6SZd-0005Cv-Vj for guile-devel@m.gmane.org; Tue, 28 Aug 2012 16:39:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6SZb-0005Cq-AK for guile-devel@gnu.org; Tue, 28 Aug 2012 16:39:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6SZa-0005QQ-54 for guile-devel@gnu.org; Tue, 28 Aug 2012 16:39:43 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:58739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6SZZ-0005Ok-VS for guile-devel@gnu.org; Tue, 28 Aug 2012 16:39:42 -0400 Original-Received: by iagk10 with SMTP id k10so96732iag.0 for ; Tue, 28 Aug 2012 13:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=k/ndPn/vFgeAskmFOwhcBqlxK1gbbt2djJr6X832Fuo=; b=VGhNvuNh/1pllR9Ibn2Y13Jw+qmMsxp4YuKmDSsWP8OBmccMsvrgSQ1ZOrKHlSGxYe Ywk6e2QwzA5aa1dlwg59oDDLzet0ZNTMX/a6zrzNGyISPvl+m1pa6Xo74CxIjwKFKExt gnGSMxEfb3lT4f5cUgTeAsy6PBjm/Z8lnsJuBdncFIgMfmEBKHVZFC5f+5w70BjJhZek p2ttgxPmQ0Xje972BNdVS0dBkFdGaaluvsgj8rhRL1zm/ruPv3SFZsyWwTJ9EJKrNI16 3AicA1D4vlTQ1qCWe2QdYrERHQ2v0rBzdKMHSUcn19+M3REoCdg+YDx/a+JuF8inHNDT dKUg== Original-Received: by 10.42.123.130 with SMTP id s2mr15179076icr.50.1346186380917; Tue, 28 Aug 2012 13:39:40 -0700 (PDT) Original-Received: by 10.50.171.104 with HTTP; Tue, 28 Aug 2012 13:39:40 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14827 Archived-At: --20cf301b6131093b1404c85971ee Content-Type: text/plain; charset=ISO-8859-1 Hi, I was using the interface in vm-engine.c for static-ref, Then I failed to compile the rtl comman for it and looking in rtl.scm in system/vm I see that it has an extra argument. It looks like the c code does not use that, what am I missing? /Stefan --20cf301b6131093b1404c85971ee Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I was using the interface in vm-engine.c for static-ref, The= n I failed to compile
the rtl comman for it and looking in rtl.scm in sy= stem/vm I see that it has an extra
argument. It looks like the c code do= es not use that, what am I missing?

/Stefan
--20cf301b6131093b1404c85971ee--