* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.
This commit is contained in:
@ -234,6 +234,7 @@ struct user_heap_info
|
||||
void *base;
|
||||
void *ptr;
|
||||
void *top;
|
||||
void *max;
|
||||
unsigned chunk;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user