X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=884a9e12e8e8bcd3e7dfef0de60c67880e1af18d;hb=d1942842cebf682ea4161792b2920eec7ccfe179;hp=0cc32a94d2b57252a90dd697fb363cf65552cf24;hpb=e76ee4b0a5ef8e6954c800ce813063aa35e6eff4;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index 0cc32a9..884a9e1 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -511,7 +511,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]) { + if ((word=data[i])) { page_table[offset].region_start_offset = word & ~0x03; page_table[offset].allocated = word & 0x03; }