diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 4 |
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 | /* | ||
| 518 | static gcc_jit_rvalue * | 519 | static gcc_jit_rvalue * |
| 519 | emit_XLP (gcc_jit_rvalue *obj) | 520 | emit_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 | |||
| 538 | static gcc_jit_rvalue * | 538 | static gcc_jit_rvalue * |
| 539 | emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag) | 539 | emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag) |
| 540 | { | 540 | { |