1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

Comment out some unused definitions

* libguile/jit.c: Comment out unused var decls.
This commit is contained in:
Andy Wingo 2018-10-07 15:57:27 +02:00
parent 6cd9b3114f
commit 03581c04d7

View file

@ -247,8 +247,8 @@ static const jit_gpr_t FP = JIT_R1;
static const jit_gpr_t T0 = JIT_V1;
static const jit_gpr_t T1 = JIT_V2;
static const jit_gpr_t T2 = JIT_R2;
static const jit_gpr_t T3_OR_FP = JIT_R1;
static const jit_gpr_t T4_OR_SP = JIT_R0;
/* static const jit_gpr_t T3_OR_FP = JIT_R1; */
/* static const jit_gpr_t T4_OR_SP = JIT_R0; */
/* Sometimes you want to call out the fact that T0 and T1 are preserved
across calls. In that case, use these. */