mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3519 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c727520ca3
commit
8b7cb86f11
1 changed files with 6 additions and 6 deletions
|
@ -3,12 +3,12 @@ inline static void*
|
||||||
mframe_arg_addr(arglist_t argf, NSArgumentInfo *info)
|
mframe_arg_addr(arglist_t argf, NSArgumentInfo *info)
|
||||||
{
|
{
|
||||||
int offset = info->offset;
|
int offset = info->offset;
|
||||||
//#if WORDS_BIGENDIAN
|
#if WORDS_BIGENDIAN
|
||||||
// if (info->size < sizeof(int))
|
if (info->size < sizeof(int))
|
||||||
// {
|
{
|
||||||
// offset += sizeof(int) - info->size;
|
offset += sizeof(int) - info->size;
|
||||||
// }
|
}
|
||||||
//#endif
|
#endif
|
||||||
if (info->isReg)
|
if (info->isReg)
|
||||||
{
|
{
|
||||||
return(argf->arg_regs + offset);
|
return(argf->arg_regs + offset);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue