diff options
Diffstat (limited to 'module/system/xref.scm')
-rw-r--r-- | module/system/xref.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/module/system/xref.scm b/module/system/xref.scm index 2b943fdd9..e335f9481 100644 --- a/module/system/xref.scm +++ b/module/system/xref.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 2009, 2010, 2013 Free Software Foundation, Inc. +;;;; Copyright (C) 2009, 2010, 2013, 2018 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -56,6 +56,10 @@ (fold (lambda (prog out) (fold-program-code (lambda (elt out) + ;; FIXME: Update for change to top-level variable + ;; resolution. Need to build a per-program map of + ;; IP->SLOT->CONSTANT to be able to resolve operands to + ;; resolve-module and lookup intrinsic calls. (match elt (('toplevel-box dst var mod sym bound?) (let ((var (or var (and mod (module-variable mod sym))))) |