mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 15:10:29 +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:
parent
839341a498
commit
dbb1bb2409
4 changed files with 10 additions and 4 deletions
|
@ -826,6 +826,7 @@ typedef enum {
|
|||
#define jit_movi_d_w(u, v) jit_new_node_wd(jit_code_movi_d_w, u, v)
|
||||
|
||||
jit_code_x86_retval_f, jit_code_x86_retval_d,
|
||||
#define jit_code_last_code jit_code_x86_retval_d
|
||||
} jit_code_t;
|
||||
|
||||
typedef void* (*jit_alloc_func_ptr) (size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue