mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-31 04:50:37 +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
|
#else
|
||||||
#define JMPIARG \
|
#define JMPIARG \
|
||||||
emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \
|
emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \
|
||||||
emit("jmpq *%rax");
|
emit("jmpq *%%rax");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// integer compare and jump
|
// integer compare and jump
|
||||||
|
|
Loading…
Reference in a new issue