aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c
index 4afba1183f3..273d8aeac33 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -515,6 +515,7 @@ emit_lval_XLI (gcc_jit_lvalue *obj)
515 comp.lisp_obj_as_num); 515 comp.lisp_obj_as_num);
516} 516}
517 517
518/*
518static gcc_jit_rvalue * 519static gcc_jit_rvalue *
519emit_XLP (gcc_jit_rvalue *obj) 520emit_XLP (gcc_jit_rvalue *obj)
520{ 521{
@@ -533,8 +534,7 @@ emit_lval_XLP (gcc_jit_lvalue *obj)
533 return gcc_jit_lvalue_access_field (obj, 534 return gcc_jit_lvalue_access_field (obj,
534 NULL, 535 NULL,
535 comp.lisp_obj_as_ptr); 536 comp.lisp_obj_as_ptr);
536} 537} */
537
538static gcc_jit_rvalue * 538static gcc_jit_rvalue *
539emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag) 539emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag)
540{ 540{