- use the OP_PARAM and OP_RESULT opcodes to build the function signature
This commit is contained in:
parent
5e4e9e2c2b
commit
3202c86ea7
2 changed files with 92 additions and 51 deletions
|
|
@ -38,7 +38,7 @@ private:
|
|||
#include "vmops.h"
|
||||
#undef xx
|
||||
|
||||
static asmjit::FuncSignature CreateFuncSignature(VMFunction *sfunc);
|
||||
asmjit::FuncSignature CreateFuncSignature();
|
||||
|
||||
void Setup();
|
||||
void CreateRegisters();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue