X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.c;h=9f72e7f6a9ce0ad382b1d00e7a2cc9efccda9821;hb=230707c1899c1c008f7ce2ad97e2fd04849f7443;hp=11b970f453755107b997815823a50ff51fa25e3c;hpb=0b5119848b6b8713e473fa669356645747e11dbd;p=sbcl.git diff --git a/src/runtime/validate.c b/src/runtime/validate.c index 11b970f..9f72e7f 100644 --- a/src/runtime/validate.c +++ b/src/runtime/validate.c @@ -46,7 +46,7 @@ ensure_undefined_alien(void) { os_protect(start, os_vm_page_size, OS_VM_PROT_NONE); undefined_alien_address = start; } else { - lose("could not allocate guard page for undefined alien"); + lose("could not allocate guard page for undefined alien\n"); } }