1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 14:00:31 +02:00

Inline some internal definitions into backend-specific files

This commit is contained in:
Andy Wingo 2019-04-26 14:37:35 +02:00
parent 04d89a7ce2
commit ac972e1dba
10 changed files with 74 additions and 71 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2018 Free Software Foundation, Inc.
* Copyright (C) 2013-2019 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
@ -17,6 +17,10 @@
* Paulo Cesar Pereira de Andrade
*/
# define JIT_SP _R30
# define JIT_RET _R28
# define JIT_FRET _F4
#define jit_arg_reg_p(i) (i >= 0 && i < 4)
#define PROTO 1