- move EmitRESULT to jit_call
This commit is contained in:
parent
fad8c9c7b4
commit
b92e5fbf2a
2 changed files with 7 additions and 7 deletions
|
|
@ -85,13 +85,6 @@ void JitCompiler::EmitSCOPE()
|
|||
cc.bind(notzero);
|
||||
}
|
||||
|
||||
void JitCompiler::EmitRESULT()
|
||||
{
|
||||
// This instruction is just a placeholder to indicate where a return
|
||||
// value should be stored. It does nothing on its own and should not
|
||||
// be executed.
|
||||
}
|
||||
|
||||
void JitCompiler::EmitRET()
|
||||
{
|
||||
using namespace asmjit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue