distinguish label
This commit is contained in:
parent
9d9f985fff
commit
96bc55764a
1 changed files with 2 additions and 2 deletions
|
@ -109,10 +109,10 @@ struct Grow : Xbyak::CodeGenerator {
|
||||||
{
|
{
|
||||||
mov(eax, 100);
|
mov(eax, 100);
|
||||||
push(eax);
|
push(eax);
|
||||||
call(add5);
|
call((void*)add5);
|
||||||
add(esp, 4);
|
add(esp, 4);
|
||||||
push(eax);
|
push(eax);
|
||||||
call(add2);
|
call((void*)add2);
|
||||||
add(esp, 4);
|
add(esp, 4);
|
||||||
ret();
|
ret();
|
||||||
for (int i = 0; i < dummySize; i++) {
|
for (int i = 0; i < dummySize; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue