guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-rtl, updated. v2.1.0-151-g03cedba


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-rtl, updated. v2.1.0-151-g03cedba
Date: Thu, 24 Jan 2013 12:22:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=03cedbac1b77aae1c9df4f615d1f2dce07ac0bda

The branch, wip-rtl has been updated
       via  03cedbac1b77aae1c9df4f615d1f2dce07ac0bda (commit)
      from  dd02f3bd546f6a41d75785e8096b31b78e94167f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03cedbac1b77aae1c9df4f615d1f2dce07ac0bda
Author: Andy Wingo <address@hidden>
Date:   Thu Jan 24 13:21:11 2013 +0100

    bugfix in (system vm trace)
    
    * module/system/vm/trace.scm (print-return): Bugfix.

-----------------------------------------------------------------------

Summary of changes:
 module/system/vm/trace.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/system/vm/trace.scm b/module/system/vm/trace.scm
index 3b1c5ad..7b96af5 100644
--- a/module/system/vm/trace.scm
+++ b/module/system/vm/trace.scm
@@ -63,7 +63,7 @@
        (format (current-error-port) "~a~v:@y\n"
                prefix
                width
-               (frame-local-ref frame (- len 2))))
+               (car values)))
       (else
        ;; this should work, but there appears to be a bug
        ;; "~a~d values:~:{ ~v:@y~}\n"


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]