fix test3 for x86_64-gen.c
This commit is contained in:
parent
89f7aea980
commit
e20c1eb99e
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ void gfunc_call(int nb_args)
|
||||||
g(0x00);
|
g(0x00);
|
||||||
args_size += size;
|
args_size += size;
|
||||||
} else {
|
} else {
|
||||||
assert(mode == x86_64_mode_memory);
|
//assert(mode == x86_64_mode_memory);
|
||||||
|
|
||||||
/* allocate the necessary size on stack */
|
/* allocate the necessary size on stack */
|
||||||
o(0x48);
|
o(0x48);
|
||||||
|
|
Loading…
Reference in a new issue