diff options
| author | Michael R. Mauger | 2017-07-24 22:15:04 -0400 |
|---|---|---|
| committer | Michael R. Mauger | 2017-07-24 22:15:04 -0400 |
| commit | df1a71272e5cdd10b511e2ffd702ca50ddd8a773 (patch) | |
| tree | 9b9ac725394ee80891e2bff57b6407d0e491e71a /src/sysdep.c | |
| parent | eb27fc4d49e8c914cd0e6a8a2d02159601542141 (diff) | |
| parent | 32daa3cb54523006c88717cbeac87964cd687a1b (diff) | |
| download | emacs-df1a71272e5cdd10b511e2ffd702ca50ddd8a773.tar.gz emacs-df1a71272e5cdd10b511e2ffd702ca50ddd8a773.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index b52236769e0..db99f53299c 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1772,7 +1772,7 @@ stack_overflow (siginfo_t *siginfo) | |||
| 1772 | /* The known top and bottom of the stack. The actual stack may | 1772 | /* The known top and bottom of the stack. The actual stack may |
| 1773 | extend a bit beyond these boundaries. */ | 1773 | extend a bit beyond these boundaries. */ |
| 1774 | char *bot = stack_bottom; | 1774 | char *bot = stack_bottom; |
| 1775 | char *top = near_C_stack_top (); | 1775 | char *top = current_thread->stack_top; |
| 1776 | 1776 | ||
| 1777 | /* Log base 2 of the stack heuristic ratio. This ratio is the size | 1777 | /* Log base 2 of the stack heuristic ratio. This ratio is the size |
| 1778 | of the known stack divided by the size of the guard area past the | 1778 | of the known stack divided by the size of the guard area past the |