added files for JIT on windows
This commit is contained in:
parent
836e6267dc
commit
ecd0c53ca1
2281
amxmodx/JIT/jits.asm
Executable file
2281
amxmodx/JIT/jits.asm
Executable file
File diff suppressed because it is too large
Load Diff
10
amxmodx/JIT/jits.def
Executable file
10
amxmodx/JIT/jits.def
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
LIBRARY jits
|
||||||
|
DESCRIPTION "JIT for AMX Mod X"
|
||||||
|
EXPORTS
|
||||||
|
asm_runJIT @1
|
||||||
|
getMaxCodeSize @2
|
||||||
|
amx_exec_asm @3
|
||||||
|
amx_opcodelist @4
|
||||||
|
SECTIONS
|
||||||
|
.data READ WRITE
|
||||||
|
.code EXECUTE
|
BIN
amxmodx/JIT/jits.exp
Executable file
BIN
amxmodx/JIT/jits.exp
Executable file
Binary file not shown.
BIN
amxmodx/JIT/jits.lib
Executable file
BIN
amxmodx/JIT/jits.lib
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user