aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-19 01:25:46 +0200
committerAndrea Corallo2020-01-01 11:37:50 +0100
commit2cd60cb592930d985565612e0f22766b98fcf341 (patch)
treee585657ae035e44b58d838e260ca7b77e9431ca8 /src/comp.c
parent403a7e59d5c79d81ee018fd9e648a2af744211c1 (diff)
downloademacs-2cd60cb592930d985565612e0f22766b98fcf341.tar.gz
emacs-2cd60cb592930d985565612e0f22766b98fcf341.zip
guard comp-call-optim-form-call for byte compiled callee
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index ca22b81de13..ef10c466cf2 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -1048,7 +1048,7 @@ emit_mvar_val (Lisp_Object mvar)
1048 if (FIXNUMP (constant)) 1048 if (FIXNUMP (constant))
1049 { 1049 {
1050 /* We can still emit directly objects that are selfcontained in a word 1050 /* We can still emit directly objects that are selfcontained in a word
1051 read (fixnums). */ 1051 (read fixnums). */
1052 emit_comment (SSDATA (Fprin1_to_string (constant, Qnil))); 1052 emit_comment (SSDATA (Fprin1_to_string (constant, Qnil)));
1053 gcc_jit_rvalue *word = 1053 gcc_jit_rvalue *word =
1054 gcc_jit_context_new_rvalue_from_ptr(comp.ctxt, 1054 gcc_jit_context_new_rvalue_from_ptr(comp.ctxt,