diff options
Diffstat (limited to 'module/system/vm/trace.scm')
-rw-r--r-- | 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 0b028277f..0a0dc38ea 100644 --- a/module/system/vm/trace.scm +++ b/module/system/vm/trace.scm @@ -21,7 +21,7 @@ (define-module (system vm trace) :use-syntax (system base syntax) - :use-module (system vm core) + :use-module (system vm vm) :use-module (system vm frame) :use-module (ice-9 format) :export (vm-trace vm-trace-on vm-trace-off)) |