mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 07:00:23 +02:00
remove unused variable.
2004-11-26 Paolo Bonzini <bonzini@gnu.org> * lightning/ppc/funcs.h (_jit_epilog): Remove unused variable. git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-12
This commit is contained in:
parent
c0bff90f77
commit
d36aa43f27
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-26 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* lightning/ppc/funcs.h (_jit_epilog): Remove unused variable.
|
||||
|
||||
2004-11-13 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* lightning/i386/funcs.h [__linux__]: Include sys/mman.h.
|
||||
|
|
|
@ -89,7 +89,7 @@ static void
|
|||
_jit_epilog(jit_state *jit)
|
||||
{
|
||||
int n = _jitl.nbArgs;
|
||||
int frame_size, i, ofs;
|
||||
int frame_size, ofs;
|
||||
int first_saved_reg = JIT_AUX - n;
|
||||
int num_saved_regs = 32 - first_saved_reg;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue