Changed amx structure for compatibility

This commit is contained in:
David Anderson
2004-09-03 06:53:00 +00:00
parent 580b20e720
commit 37a5a38be5
3 changed files with 8 additions and 8 deletions

View File

@ -204,11 +204,9 @@ typedef struct tagAMX {
cell reset_stk PACKED;
cell reset_hea PACKED;
cell sysreq_d PACKED; /* relocated address/value for the SYSREQ.D opcode */
#if defined JIT
/* support variables for the JIT */
int reloc_size PACKED; /* required temporary buffer for relocations */
long code_size PACKED; /* estimated memory footprint of the native code */
#endif
} AMX;
enum {