rename numQword as stackSizeByte

This commit is contained in:
MITSUNARI Shigeo 2013-04-17 05:52:04 +09:00
parent 4948b7ced6
commit a233ab985e

View file

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