mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-04 08:20:12 +08:00
fix test3 for x86_64-gen.c
This commit is contained in:
parent
89f7aea980
commit
e20c1eb99e
@ -1272,7 +1272,7 @@ void gfunc_call(int nb_args)
|
||||
g(0x00);
|
||||
args_size += size;
|
||||
} else {
|
||||
assert(mode == x86_64_mode_memory);
|
||||
//assert(mode == x86_64_mode_memory);
|
||||
|
||||
/* allocate the necessary size on stack */
|
||||
o(0x48);
|
||||
|
Loading…
Reference in New Issue
Block a user