rename numQword as stackSizeByte
This commit is contained in:
parent
4948b7ced6
commit
a233ab985e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
struct Code : public Xbyak::CodeGenerator {
|
||||
Code()
|
||||
{
|
||||
// see xbyak/sample/sf_test.cpp for how to use other parameter
|
||||
Xbyak::util::StackFrame sf(this, 3);
|
||||
mov(rax, sf.p(0));
|
||||
add(rax, sf.p(1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue