- Add vm_x86.c optimization patch by Eugene C.

- Remove ASM syntax specific code (AT&T vs MASM) for OP_CALL and replace with machine code
This commit is contained in:
Thilo Schulz 2011-05-15 13:15:14 +00:00
parent 3125035c23
commit 017bc7e5da
2 changed files with 625 additions and 294 deletions

View File

@ -151,6 +151,7 @@ struct vm_s {
qboolean compiled;
byte *codeBase;
int entryOfs;
int codeLength;
int *instructionPointers;

File diff suppressed because it is too large Load Diff