summaryrefslogtreecommitdiff
path: root/stack_check/stack_check.adb
diff options
context:
space:
mode:
Diffstat (limited to 'stack_check/stack_check.adb')
-rw-r--r--stack_check/stack_check.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack_check/stack_check.adb b/stack_check/stack_check.adb
index 229b99f..a35a29e 100644
--- a/stack_check/stack_check.adb
+++ b/stack_check/stack_check.adb
@@ -8,7 +8,7 @@ with Text_IO; use Text_IO;
procedure stack_check is
- type UselessArrayType is array (1 .. 1024) of Natural;
+ type UselessArrayType is array (1 .. 512) of Natural;
UselessArray : UselessArrayType;
procedure BlowMe (