mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
This commit is contained in:
parent
4e6473c81e
commit
9e49c9901e
2 changed files with 5 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ If the third argument is incorrect, Emacs may crash.")
|
|||
while (1)
|
||||
{
|
||||
#ifdef BYTE_CODE_SAFE
|
||||
if (top > stacks)
|
||||
if (top > stacke)
|
||||
error ("Byte code stack overflow (byte compiler bug), pc %d, depth %d",
|
||||
stack.pc - stack.byte_string_start, stacke - top);
|
||||
else if (top < stack.bottom - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue