1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 19:20:21 +02:00

Use jit_code_last_code as symbolic name of last enum

* include/lightning.h, lib/jit_size.c, size.c: Use a
	symbolic value for the last IR code.
This commit is contained in:
pcpa 2014-10-14 17:05:02 -03:00
parent 839341a498
commit dbb1bb2409
4 changed files with 10 additions and 4 deletions

View file

@ -26,7 +26,7 @@
/*
* Initialization
*/
static jit_int16_t _szs[jit_code_x86_retval_d + 1] = {
static jit_int16_t _szs[jit_code_last_code + 1] = {
#if GET_JIT_SIZE
# define JIT_INSTR_MAX 256
#else