~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Source/mframe/powerpc/generic

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  (CUM).stack_position = 0; \
55
55
  (CUM).regs_position = \
56
56
    ((*(RTYPE)==_C_STRUCT_B || *(RTYPE)==_C_UNION_B || *(RTYPE)==_C_ARY_B) ? \
57
 
        4 + sizeof(void*) : 4); \
 
57
        sizeof(void*) : 4); \
58
58
})
59
59
 
60
60
#define MFRAME_ARG_ENCODING(CUM, TYPE, STACK, DEST) \