Skip to content

Commit 97bfc9c

Browse files
committed
[AMIGAOS4] Set a 1MB stack frame
1 parent cda7e44 commit 97bfc9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ProtoType.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#include "stdafx.h"
55
#include <sys/stat.h>
66

7+
#ifdef AMIGAOS4
8+
static const char* __attribute__((used)) stackcookie = "$STACK: 1000000";
9+
#endif
10+
711
int main(int argc, char* argv[])
812
{
913
char cfg_path[PATH_MAX];

0 commit comments

Comments
 (0)