X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=9ae910c9c02809ec5712d506b59c33f627deef63;hb=35ab27e7aab71c94aa6be12da15603c7fd87fca8;hp=46ff5379dd9491ccf29f545138384eaaf4015490;hpb=1b6d885eaf7872b41947e0ea0da134cceee4cc0f;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index 46ff537..9ae910c 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -515,7 +515,7 @@ load_core_file(char *file, os_vm_offset_t file_offset) * The low bits of each word are allocation flags. */ if ((word=data[i])) { - page_table[offset].region_start_offset = word & ~0x03; + page_table[offset].scan_start_offset = word & ~0x03; page_table[offset].allocated = word & 0x03; } i++;