X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fcore.h;h=57df1cbc8c878932094f8b2940a7888bbe506641;hb=64db34d6fce16b93652fe8185ec6eeffac908fc8;hp=efda49bfe74c168c1eea48dec213d3773afaeb55;hpb=cf4cb9554515c59eddbde38d1cf236339c37f55f;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index efda49b..57df1cb 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -16,7 +16,7 @@ #include "runtime.h" struct ndir_entry { -#ifndef alpha +#ifndef LISP_FEATURE_ALPHA long identifier; long nwords; long data_page; @@ -31,7 +31,8 @@ struct ndir_entry { #endif }; -extern lispobj load_core_file(char *file); +extern lispobj load_core_file(char *file, os_vm_offset_t offset); +extern os_vm_offset_t search_for_embedded_core(char *file); /* arbitrary string identifying this build, embedded in .core files to * prevent people mismatching a runtime built e.g. with :SB-SHOW