author | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月24日 04:19:42 +0000 |
---|---|---|
committer | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月24日 04:19:42 +0000 |
commit | 04320d4509faebf34b82bfab59155ad4f61b72ae (patch) | |
tree | 00dd2c4c81deb96888e7629e107cebe526b6d966 /jit/jit-interp.h | |
parent | a37f62c265163c3d6682434c39f3df47c53cb6fb (diff) | |
download | libjit-04320d4509faebf34b82bfab59155ad4f61b72ae.tar.gz |
-rw-r--r-- | jit/jit-interp.h | 5 |
diff --git a/jit/jit-interp.h b/jit/jit-interp.h index fdffa24..2939aee 100644 --- a/jit/jit-interp.h +++ b/jit/jit-interp.h @@ -168,11 +168,6 @@ struct jit_function_interp #define JIT_OP_PUSH_CONST_NFLOAT (JIT_OP_NUM_OPCODES + 0x0037) /* - * Exception handling (interpreter-only). - */ -#define JIT_OP_CALL_FINALLY (JIT_OP_NUM_OPCODES + 0x0038) - -/* * Marker opcode for the end of the interpreter-specific opcodes. */ #define JIT_OP_END_MARKER (JIT_OP_NUM_OPCODES + 0x003B) |