summaryrefslogtreecommitdiff
path: root/module/system/vm/assembler.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2020-05-04 15:18:40 +0200
committerAndy Wingo <wingo@pobox.com>2020-05-04 15:23:04 +0200
commit564f700771d8d02a841e7c5a243cd0e09b2621d6 (patch)
tree21022dd6cfe7524e707aa2fff6e260385396347b /module/system/vm/assembler.scm
parent3e9019672989de9021e4ff9f1a8483a626003790 (diff)
downloadguile-564f700771d8d02a841e7c5a243cd0e09b2621d6.tar.gz
Export emit-shuffle-down for baseline compiler
* module/system/vm/assembler.scm (emit-shuffle-down): Export.
Diffstat (limited to 'module/system/vm/assembler.scm')
-rw-r--r--module/system/vm/assembler.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/system/vm/assembler.scm b/module/system/vm/assembler.scm
index 64b65f79e..6af10f508 100644
--- a/module/system/vm/assembler.scm
+++ b/module/system/vm/assembler.scm
@@ -290,6 +290,7 @@
(emit-instrument-loop* . emit-instrument-loop)
emit-receive-values
emit-return-values
+ emit-shuffle-down
emit-call/cc
emit-abort
emit-builtin-ref