Skip to content
Snippets Groups Projects
Commit 65b5ed77 authored by Raymond Toy's avatar Raymond Toy
Browse files

The start of the control stack is control_stack, not

control_stack_start.
parent 1aa6477b
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,6 @@ extern unsigned long binding_stack_size;
extern unsigned long static_space_size;
extern unsigned long control_stack_size;
extern lispobj *control_stack_start;
#if (defined(i386) || defined(__x86_64))
extern lispobj *control_stack_end;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment