aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-11-24 23:23:16 +0100
committerAndrea Corallo2020-01-01 11:38:10 +0100
commit10adad440b2eb3b09d9d4e876023dd13d8b3dab9 (patch)
treedfe5afb07bfe776de658c6cace4d878bd93b3f32 /src/comp.c
parent6a3624eecbc0a116b293d05e044b8b40a86022e9 (diff)
downloademacs-10adad440b2eb3b09d9d4e876023dd13d8b3dab9.tar.gz
emacs-10adad440b2eb3b09d9d4e876023dd13d8b3dab9.zip
update limple example
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 be92893d659..bb2b851e55a 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -1456,7 +1456,7 @@ emit_limple_insn (Lisp_Object insn)
1456 } 1456 }
1457 else if (EQ (op, Qsetimm)) 1457 else if (EQ (op, Qsetimm))
1458 { 1458 {
1459 /* Ex: (=imm #s(comp-mvar 9 1 t 3 nil) 3 a). */ 1459 /* Ex: (setimm #s(comp-mvar 9 1 t 3 nil) 3 a). */
1460 gcc_jit_rvalue *reloc_n = 1460 gcc_jit_rvalue *reloc_n =
1461 gcc_jit_context_new_rvalue_from_int (comp.ctxt, 1461 gcc_jit_context_new_rvalue_from_int (comp.ctxt,
1462 comp.int_type, 1462 comp.int_type,