mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 03:00:19 +02:00
Remove unused jit_epilog definition
This commit is contained in:
parent
dc28ac03c1
commit
796f263ed8
1 changed files with 0 additions and 6 deletions
|
@ -214,12 +214,6 @@ jit_init(jit_state_t *_jit)
|
||||||
return jit_cpu.sse2;
|
return jit_cpu.sse2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
jit_epilog(jit_state_t *_jit)
|
|
||||||
{
|
|
||||||
/* TODO: Restore registers. */
|
|
||||||
}
|
|
||||||
|
|
||||||
static jit_bool_t
|
static jit_bool_t
|
||||||
is_fpr_arg(enum jit_operand_abi arg)
|
is_fpr_arg(enum jit_operand_abi arg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue