Fixed JIT line op problem

This commit is contained in:
David Anderson
2004-09-08 07:05:16 +00:00
parent 3010241fbd
commit 079a3e8bcd
7 changed files with 33 additions and 13 deletions

View File

@@ -293,6 +293,7 @@ enum {
#define AMX_FLAG_COMPACT 0x04 /* compact encoding */
#define AMX_FLAG_BIGENDIAN 0x08 /* big endian encoding */
#define AMX_FLAG_NOCHECKS 0x10 /* no array bounds checking */
#define AMX_FLAG_LINEOPS 0x20 /* line ops are parsed by the JIT [loadtime only flag] */
#define AMX_FLAG_BROWSE 0x4000 /* browsing/relocating or executing */
#define AMX_FLAG_RELOC 0x8000 /* jump/call addresses relocated */