X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgencgc-alloc-region.h;h=1ec7ed79e50b29576adb9696b005472218bf994d;hb=c0578d9893429c9c0da80ea5920360e4621fddab;hp=752c821dbd6b39dea29808ffb6a745b3de24a8b3;hpb=1eb303172df6650de51ad12b993a392681f50c50;p=sbcl.git diff --git a/src/runtime/gencgc-alloc-region.h b/src/runtime/gencgc-alloc-region.h index 752c821..1ec7ed7 100644 --- a/src/runtime/gencgc-alloc-region.h +++ b/src/runtime/gencgc-alloc-region.h @@ -12,8 +12,8 @@ struct alloc_region { void *end_addr; /* pointer to the byte after the last usable byte */ /* These are needed when closing the region. */ - long first_page; - long last_page; + page_index_t first_page; + page_index_t last_page; void *start_addr; };