diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-11-24 23:23:16 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:10 +0100 |
commit | 10adad440b2eb3b09d9d4e876023dd13d8b3dab9 (patch) | |
tree | dfe5afb07bfe776de658c6cace4d878bd93b3f32 /src/comp.c | |
parent | 6a3624eecbc0a116b293d05e044b8b40a86022e9 (diff) | |
download | emacs-10adad440b2eb3b09d9d4e876023dd13d8b3dab9.tar.gz emacs-10adad440b2eb3b09d9d4e876023dd13d8b3dab9.tar.bz2 emacs-10adad440b2eb3b09d9d4e876023dd13d8b3dab9.zip |
update limple example
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
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) } else if (EQ (op, Qsetimm)) { - /* Ex: (=imm #s(comp-mvar 9 1 t 3 nil) 3 a). */ + /* Ex: (setimm #s(comp-mvar 9 1 t 3 nil) 3 a). */ gcc_jit_rvalue *reloc_n = gcc_jit_context_new_rvalue_from_int (comp.ctxt, comp.int_type, |