summaryrefslogtreecommitdiff
path: root/byterun/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/config.h')
-rw-r--r--byterun/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/config.h b/byterun/config.h
index 00c70978f1..57d7947b90 100644
--- a/byterun/config.h
+++ b/byterun/config.h
@@ -107,7 +107,7 @@ typedef struct { uint32 l, h; } uint64, int64;
/* Memory model parameters */
/* The size of a page for memory management (in bytes) is [1 << Page_log].
- It must be a multiple of [sizeof (value)] and >= 8. */
+ It must be a multiple of [sizeof (value)] and >= 8 and <= 20. */
#define Page_log 12 /* A page is 4 kilobytes. */
/* Initial size of stack (bytes). */