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