* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.

This commit is contained in:
Christopher Faylor
2003-08-22 19:25:56 +00:00
parent 9fc9e1c916
commit 897c6b5231
4 changed files with 31 additions and 14 deletions

View File

@ -234,6 +234,7 @@ struct user_heap_info
void *base;
void *ptr;
void *top;
void *max;
unsigned chunk;
};