]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.hpp
Merge branch 'factor:master' into feature-vm-prepare-image-reserved-fields
[factor.git] / vm / quotations.hpp
index 3c659126dc0ddf53e64a70403dc6be449a73bf27..112a1bb753d974f09d77173dc69028e9e44537ab 100644 (file)
@@ -39,7 +39,7 @@ struct quotation_jit : public jit {
   // Allocates memory (literal(), emit())
   void word_jump(cell word_) {
     data_root<word> word(word_, parent);
-#ifndef FACTOR_AMD64
+#ifndef FACTOR_64
     literal(tag_fixnum(xt_tail_pic_offset));
 #endif
     literal(word.value());