mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
- 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:
parent
3125035c23
commit
017bc7e5da
2 changed files with 625 additions and 294 deletions
|
@ -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
Loading…
Reference in a new issue