1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00

Move multiply defined macro to a single header file.

This commit is contained in:
pcpa 2015-05-25 15:53:17 -03:00
parent 0b6cc01eea
commit 1ce1d00db8
11 changed files with 3 additions and 21 deletions

View file

@ -21,9 +21,6 @@
# include <sys/cachectl.h>
#endif
#define rc(value) jit_class_##value
#define rn(reg) (jit_regno(_rvs[jit_regno(reg)].spec))
/* FIXME Need to detect (from /proc on Linux?) if a Loongson or Godson,
* because n32 and n64 mandate that float registers are 64 bit, and
* on the later, registers are 32 bit.