summaryrefslogtreecommitdiff
path: root/module/system/vm/objcode.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/objcode.scm')
-rw-r--r--module/system/vm/objcode.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/system/vm/objcode.scm b/module/system/vm/objcode.scm
index f939a5551..e2a93d791 100644
--- a/module/system/vm/objcode.scm
+++ b/module/system/vm/objcode.scm
@@ -1,6 +1,6 @@
;;; Guile VM object code
-;; Copyright (C) 2001, 2010, 2012 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2010, 2012, 2013 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
@@ -22,7 +22,8 @@
#:export (objcode? objcode-meta
bytecode->objcode objcode->bytecode
load-thunk-from-file load-thunk-from-memory
- word-size byte-order))
+ word-size byte-order
+ find-mapped-elf-image))
(load-extension (string-append "libguile-" (effective-version))
"scm_init_objcodes")