Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 412 → Rev 413

/SPARTAN/trunk/arch/ppc32/include/context.h
67,7 → 67,7
__u32 r30;
__u32 r31;
__u32 pc;
pri_t pri;
ipl_t ipl;
} __attribute__ ((packed));
 
#endif