diff options
Diffstat (limited to 'module/system/vm/conv.scm')
-rw-r--r-- | module/system/vm/conv.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/system/vm/conv.scm b/module/system/vm/conv.scm index 89993f6a3..ebe72b4fe 100644 --- a/module/system/vm/conv.scm +++ b/module/system/vm/conv.scm @@ -20,9 +20,7 @@ ;;; Code: (define-module (system vm conv) - :use-module ((system vm core) - :select (instruction? instruction-length - instruction->opcode opcode->instruction)) + :use-module (system vm instruction) :use-module (system base pmatch) :use-module (ice-9 regex) :use-module (srfi srfi-4) |