mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge polly.local:/tmp/maint/bug23256/mysql-4.1-maint
into polly.local:/tmp/maint/bug23256/mysql-5.0-maint sql/stacktrace.c: Auto merged
This commit is contained in:
@@ -186,7 +186,7 @@ terribly wrong...\n");
|
|||||||
|
|
||||||
#if defined(__alpha__) && defined(__GNUC__)
|
#if defined(__alpha__) && defined(__GNUC__)
|
||||||
uchar** new_fp = find_prev_fp(pc, fp);
|
uchar** new_fp = find_prev_fp(pc, fp);
|
||||||
if (frame_count == SIGRETURN_FRAME_COUNT - 1)
|
if (frame_count == sigreturn_frame_count - 1)
|
||||||
{
|
{
|
||||||
new_fp += 90;
|
new_fp += 90;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user