diff --git a/module/system/vm/assembler.scm b/module/system/vm/assembler.scm index 93cbb4d70..d2231cacc 100644 --- a/module/system/vm/assembler.scm +++ b/module/system/vm/assembler.scm @@ -1358,7 +1358,8 @@ table, its existing label is used directly." (else (if (asm-to-file? asm) (error "don't know how to intern" obj) - `((vector-ref/immediate 1 0 ,(vlist-length (asm-constants asm))) + `((make-short-immediate 1 ,(vlist-length (asm-constants asm))) + (vector-ref 1 0 1) (static-set! 1 ,label 0)))))) (cond ((immediate-bits asm obj) #f)