fix test3 for x86_64-gen.c

This commit is contained in:
jiang 2014-04-28 19:43:02 +08:00
parent 89f7aea980
commit e20c1eb99e

View File

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