~ubuntu-branches/ubuntu/utopic/libunwind/utopic-proposed

« back to all changes in this revision

Viewing changes to src/unwind/GetCFA.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Delahaye
  • Date: 2005-04-22 11:12:14 UTC
  • mto: (4.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050422111214-0m74olipxly1ra8a
Tags: upstream-0.98.5
ImportĀ upstreamĀ versionĀ 0.98.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libunwind - a platform-independent unwind library
2
 
   Copyright (C) 2003 Hewlett-Packard Co
 
2
   Copyright (C) 2003-2004 Hewlett-Packard Co
3
3
        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
4
4
 
5
5
This file is part of libunwind.
33
33
  unw_get_reg (&context->cursor, UNW_REG_SP, &val);
34
34
  return val;
35
35
}
 
36
 
 
37
unsigned long __libunwind_Unwind_GetCFA (struct _Unwind_Context *)
 
38
     ALIAS (_Unwind_GetCFA);