X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fsave.c;h=f4da52e9bf8086040d5dc9cd816d295fcbac8dfc;hb=35ab27e7aab71c94aa6be12da15603c7fd87fca8;hp=d2f4f07071a798d5fb07fc45f058be1a4b9d8fa7;hpb=1b6d885eaf7872b41947e0ea0da134cceee4cc0f;p=sbcl.git diff --git a/src/runtime/save.c b/src/runtime/save.c index d2f4f07..f4da52e 100644 --- a/src/runtime/save.c +++ b/src/runtime/save.c @@ -321,7 +321,7 @@ save_to_filehandle(FILE *file, char *filename, lispobj init_function, * are always zero, so we can use them to store the * allocation type -- region is always closed, so only * the two low bits of allocation flags matter. */ - word = page_table[i].region_start_offset; + word = page_table[i].scan_start_offset; gc_assert((word & 0x03) == 0); data[i] = word | (0x03 & page_table[i].allocated); }