From b7bee23b4f6859f5a66e53366d0b6b21feacc782 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 18 Feb 1997 01:14:31 +0000
Subject: [PATCH] Add CONTROL_STACK_END.

---
 lisp/x86-validate.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/x86-validate.h b/lisp/x86-validate.h
index e71dea8de..b94387021 100644
--- a/lisp/x86-validate.h
+++ b/lisp/x86-validate.h
@@ -24,6 +24,7 @@
  */
 #define CONTROL_STACK_START	(0x50000000)
 #define CONTROL_STACK_SIZE	(0x00100000)
+#define CONTROL_STACK_END	(CONTROL_STACK_START + CONTROL_STACK_SIZE)
 
 #define BINDING_STACK_START	(0x60000000)
 #define BINDING_STACK_SIZE	(0x00100000)
-- 
GitLab