Skip to content
Snippets Groups Projects
Commit 81679832 authored by Elemer Lelik's avatar Elemer Lelik
Browse files

Merge pull request #35 from balaskoa/master

Fix Solaris x86-64 support (req: Thomas Herrlin)
parents eab69d7a bad4a1d0
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,13 @@ static void __attribute((constructor)) init(void) {
#define SKIP_FRAMES 1
#endif
// TODO: Values for __x86_64 are only guesses, not tested.
#if defined(__x86_64)
#define FLUSHWIN()
#define FRAME_PTR_INDEX 7
#define SKIP_FRAMES 1
#endif
#if defined(ppc) || defined(__ppc)
#define FLUSHWIN()
#define FRAME_PTR_INDEX 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment