]> gitweb.factorcode.org Git - factor.git/commitdiff
vm/quotations.hpp: Fix arm64 segfault
authorGiftpflanze <gifti@tools.wmflabs.org>
Tue, 31 Jan 2023 00:19:09 +0000 (01:19 +0100)
committerGiftpflanze <gifti@tools.wmflabs.org>
Tue, 31 Jan 2023 00:25:51 +0000 (01:25 +0100)
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());