Fixed line errors in JIT

Fixed externs in amx.cpp
This commit is contained in:
David Anderson
2004-09-06 22:18:58 +00:00
parent 3c67dcd326
commit 7ed66f0b38
4 changed files with 24 additions and 10 deletions

View File

@ -108,7 +108,7 @@
;
; GWMV: to generate LINE opcode, %define ALLOWOPLINE
;
%undef ALLOWOPLINE
%define ALLOWOPLINE
;
; If this is set to 1 the JIT generates relocatable code for case tables, too.
@ -164,8 +164,9 @@ _alt: resd 1
_reset_stk: resd 1
_reset_hea: resd 1
_syscall_d: resd 1
; the two fields below are for the JIT; they do not exist in
; the non-JIT version of the abstract machine
; the two fields below are for the JIT
; they are included in the non-JIT version for AMX Mod X
; this is to make sure that the structs match universally!
_reloc_size: resd 1 ; memory block for relocations
_code_size: resd 1 ; memory size of the native code
endstruc

Binary file not shown.