aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/amcsshe.c
diff options
context:
space:
mode:
authorNick Barnes2001-11-23 13:52:41 +0000
committerNick Barnes2001-11-23 13:52:41 +0000
commit04fe0477bb432d4f76f6f4d4b244286e19105978 (patch)
tree698ae38e1814e8e572facccd10d75b95f885ff69 /mps/code/amcsshe.c
parentf198709e44763c6e61a474b8fb66df1f299810fc (diff)
parentab1124eed09590d8904c98e8624d67f6b5433898 (diff)
downloademacs-04fe0477bb432d4f76f6f4d4b244286e19105978.tar.gz
emacs-04fe0477bb432d4f76f6f4d4b244286e19105978.zip
Format_auto_header test needs to cope with larger header sizes (not just 8!)
Copied from Perforce Change: 24156 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/amcsshe.c')
-rw-r--r--mps/code/amcsshe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/amcsshe.c b/mps/code/amcsshe.c
index 778ce7c1710..5c5c5edff0f 100644
--- a/mps/code/amcsshe.c
+++ b/mps/code/amcsshe.c
@@ -153,7 +153,7 @@ static mps_addr_t make(void)
153 res = init(userP, size, exactRoots, exactRootsCOUNT); 153 res = init(userP, size, exactRoots, exactRootsCOUNT);
154 if (res) 154 if (res)
155 die(res, "dylan_init"); 155 die(res, "dylan_init");
156 ((int*)p)[0] = realTYPE; 156 ((int*)p)[0] = realHeader;
157 ((int*)p)[1] = 0xED0ED; 157 ((int*)p)[1] = 0xED0ED;
158 } while(!mps_commit(ap, p, size + headerSIZE)); 158 } while(!mps_commit(ap, p, size + headerSIZE));
159 159