X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=594026f6cc2cec7a0300c9e3318a4cfa9fd9861c;hb=a566e334e16d9cd0ff4f6858d796442305fd0f99;hp=3f05cd5bc2c64f7cea94638982a1b8c753064371;hpb=77bb7c43dae7507aacae795af427548cb4616bc8;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index 3f05cd5..594026f 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -17,11 +17,11 @@ struct ndir_entry { #ifndef LISP_FEATURE_ALPHA - long identifier; - long nwords; - long data_page; - long address; - long page_count; + sword_t identifier; + sword_t nwords; + sword_t data_page; + sword_t address; + sword_t page_count; #else u32 identifier; u32 nwords;