X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsave.c;h=78a56adccbe88f8aa23a0542796c66d457f4e22f;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=db6b77cc2cf6f4fc491050be9ea89816a901ad58;hpb=4023b1bec2412344e5eea4a33cd85dd662149c67;p=sbcl.git diff --git a/src/runtime/save.c b/src/runtime/save.c index db6b77c..78a56ad 100644 --- a/src/runtime/save.c +++ b/src/runtime/save.c @@ -171,7 +171,7 @@ output_space(FILE *file, int id, lispobj *addr, lispobj *end, os_vm_offset_t fil #endif printf("writing %lu bytes from the %s space at 0x%08lx\n", - bytes, names[id], (unsigned long)addr); + (unsigned long)bytes, names[id], (unsigned long)addr); data = write_bytes(file, (char *)addr, bytes, file_offset);