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:
parent
6cd9b3114f
commit
03581c04d7
1 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue