X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=385d8a61401423b34d8c49de277bfda443979779;hb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;hp=0056d2fa182b7f3e607133eb3bf3fe8e676c0782;hpb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index 0056d2f..385d8a6 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -14,30 +14,19 @@ #include "runtime.h" -#define CORE_END 3840 -#define CORE_NDIRECTORY 3861 -#define CORE_VALIDATE 3845 -#define CORE_VERSION 3860 -#define CORE_MACHINE_STATE 3862 -#define CORE_INITIAL_FUNCTION 3863 - -#define DYNAMIC_SPACE_ID (1) -#define STATIC_SPACE_ID (2) -#define READ_ONLY_SPACE_ID (3) - struct ndir_entry { #ifndef alpha - long identifier; - long nwords; - long data_page; - long address; - long page_count; + long identifier; + long nwords; + long data_page; + long address; + long page_count; #else - u32 identifier; - u32 nwords; - u32 data_page; - u32 address; - u32 page_count; + u32 identifier; + u32 nwords; + u32 data_page; + u32 address; + u32 page_count; #endif };