You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
问题描述
Procedure Calling Convention的目录结构不正确,"ABI LP64D"这个标题的级别应当高于“Argument Registers" "C Data Types and Alignment" "Argument Passing"和"Return values"。
比如这段:
这应该只适用于"*D"或"*F"的ABI,不适用于”*S“的ABI。
再比如这段:
从内容上看,这里只描述了LP64D的情况。
再比如这段:
这里看起来应该是假设GRLEN=64, FRLEN=64。因为整段描述都没有判断FRLEN。
再比如这段:
这应该只适用于"*D"或"*F"的ABI,不适用于”*S“的ABI。
The text was updated successfully, but these errors were encountered: