Fixed amd64 JIT output bug.

Partially fixes Bugzilla #4271.
This commit is contained in:
Ryan C. Gordon 2009-09-15 06:30:00 +00:00
parent 173276b58b
commit 31ce89361d
1 changed files with 1 additions and 1 deletions

View File

@ -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