1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/include/lightning
pcpa c5421a8c76 Make JIT_RET, JIT_FRET and JIT_SP private.
* check/add.tst, check/allocai.tst, check/bp.tst, check/divi.tst,
	check/fib.tst, check/lightning.c, include/lightning/jit_arm.h,
	include/lightning/jit_mips.h, include/lightning/jit_ppc.h,
	include/lightning/jit_private.h, include/lightning/jit_x86.h:
	Make JIT_RET, JIT_FRET and JIT_SP private. These should not be
	used in any operations due to frequently having special
	constraints (usually JIT_FRET). JIT_FP must be made available
	because it must be used as the base register to access stack
	space allocated with jit_allocai.
2013-01-17 16:13:29 -02:00
..
jit_arm.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_mips.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_ppc.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_private.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
jit_x86.h Make JIT_RET, JIT_FRET and JIT_SP private. 2013-01-17 16:13:29 -02:00
Makefile.am Correct make distcheck. 2012-12-03 07:26:40 -02:00