~jakub/helenos/ia64-revival

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/ia32/include/fibril.h

  • Committer: Jakub Jermar
  • Date: 2011-04-13 14:45:41 UTC
  • mfrom: (527.1.397 main-clone)
  • Revision ID: jakub@jermar.eu-20110413144541-x0j3r1zxqhsljx1o
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        uint32_t tls;
67
67
} context_t;
68
68
 
 
69
static inline uintptr_t context_get_fp(context_t *ctx)
 
70
{
 
71
        return ctx->ebp;
 
72
}
 
73
 
69
74
#endif
70
75
 
71
76
/** @}