mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
parent
173276b58b
commit
31ce89361d
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ void emit(const char* fmt, ...)
|
|||
#else
|
||||
#define JMPIARG \
|
||||
emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \
|
||||
emit("jmpq *%rax");
|
||||
emit("jmpq *%%rax");
|
||||
#endif
|
||||
|
||||
// integer compare and jump
|
||||
|
|
Loading…
Reference in a new issue