llvm-svn: 35104
This commit is contained in:
Evan Cheng 2007-03-14 19:44:58 +00:00
parent 6e8a2f4738
commit eb76f7c6fd
1 changed files with 1 additions and 1 deletions

View File

@ -319,8 +319,8 @@ void *X86JITInfo::emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
MCE.startFunctionStub(5, 4);
MCE.emitByte(0xE9);
MCE.emitWordLE((intptr_t)Fn-MCE.getCurrentPCValue()-4);
return MCE.finishFunctionStub(0);
#endif
return MCE.finishFunctionStub(0);
}
#ifdef __x86_64__