Unverified Commit 631248dc authored by hstk30-hw's avatar hstk30-hw Committed by GitHub
Browse files

[X86_64] fix empty structure vaarg in c++ (#77907)



SizeInBytes of empty structure is 0 in C, while 1 in C++. And empty
structure argument of the function is ignored in X86_64 backend.As a
result, the value of variable arguments in C++ is incorrect. fix #77036

Co-authored-by: default avatarLongsheng Mou <moulongsheng@huawei.com>
parent 71defe40
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment