mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-12 00:30:20 +02:00
Move multiply defined macro to a single header file.
This commit is contained in:
parent
0b6cc01eea
commit
1ce1d00db8
11 changed files with 3 additions and 21 deletions
|
@ -47,6 +47,9 @@
|
|||
# define HIDDEN /**/
|
||||
#endif
|
||||
|
||||
#define rc(value) jit_class_##value
|
||||
#define rn(reg) (jit_regno(_rvs[jit_regno(reg)].spec))
|
||||
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
# define JIT_SP _RSP
|
||||
# define JIT_RET _RAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue