mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 11:10:25 +02:00
Use an actual, invalid code, as last jit code.
This commit is contained in:
parent
1ce1d00db8
commit
e21db9c421
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
/*
|
||||
* Initialization
|
||||
*/
|
||||
static jit_int16_t _szs[jit_code_last_code + 1] = {
|
||||
static jit_int16_t _szs[jit_code_last_code] = {
|
||||
#if GET_JIT_SIZE
|
||||
# define JIT_INSTR_MAX 256
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue