diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-04-04 11:23:41 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-04-04 11:23:41 -0300 |
commit | 03c6a05ec836c3a90a6b8d730120afdad39c092b (patch) | |
tree | 31f0bdf82969b1e082e92d7b5dd5d9e1496d64af /ljumptab.h | |
parent | 3d0b5edfe4df7ec54d6885b6b6ce917faddf6661 (diff) | |
download | lua-03c6a05ec836c3a90a6b8d730120afdad39c092b.tar.gz lua-03c6a05ec836c3a90a6b8d730120afdad39c092b.tar.bz2 lua-03c6a05ec836c3a90a6b8d730120afdad39c092b.zip |
no more nil-in-table
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -79,8 +79,6 @@ static void *disptab[] = { | |||
79 | &&L_OP_GEI, | 79 | &&L_OP_GEI, |
80 | &&L_OP_TEST, | 80 | &&L_OP_TEST, |
81 | &&L_OP_TESTSET, | 81 | &&L_OP_TESTSET, |
82 | &&L_OP_UNDEF, | ||
83 | &&L_OP_ISDEF, | ||
84 | &&L_OP_CALL, | 82 | &&L_OP_CALL, |
85 | &&L_OP_TAILCALL, | 83 | &&L_OP_TAILCALL, |
86 | &&L_OP_RETURN, | 84 | &&L_OP_RETURN, |