backtrace: Avoid GCC warning on x86-64.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 18:25:50 +0000 (10:25 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 9 Nov 2009 18:30:10 +0000 (10:30 -0800)
commitcc56746aed6d53046b17b01756362e566734241c
treee0692420ed30ab0726e8456c090726286f1208db
parent7559c396688cbbc6fab80897bbb4b993646bcf54
backtrace: Avoid GCC warning on x86-64.

The portable implementation of stack_low(), which before this commit is
used on x86-64, provokes a warning from GCC that cannot be disabled.  We
already have an i386-specific implementation that does not warn; this
commit adds a corresponding implementation for x86-64 to avoid the warning
there too.
lib/backtrace.c