fix sgc collect() plausible range for 64 bits
svn: r3644
This commit is contained in:
parent
93e351b50d
commit
421ef32797
|
@ -49,8 +49,8 @@ static void COLLECT(OFFSET_ARG)
|
|||
#ifndef SIXTY_FOUR_BIT_INTEGERS
|
||||
SectorPage **local_sector_pagetables;
|
||||
#endif
|
||||
unsigned local_low_plausible;
|
||||
unsigned local_high_plausible;
|
||||
unsigned long local_low_plausible;
|
||||
unsigned long local_high_plausible;
|
||||
int local_collect_stack_size;
|
||||
int local_collect_stack_count;
|
||||
unsigned long *local_collect_stack;
|
||||
|
|
|
@ -817,7 +817,7 @@ static void free_error(const char *msg)
|
|||
static SectorPage ***sector_pagetablesss[1 << 16];
|
||||
# define DECL_SECTOR_PAGETABLES SectorPage **sector_pagetables;
|
||||
# define GET_SECTOR_PAGETABLES(p) sector_pagetables = create_sector_pagetables(p)
|
||||
# define FIND_SECTOR_PAGETABLES(p) sector_pagetables = get_sector_pagetables(p);
|
||||
# define FIND_SECTOR_PAGETABLES(p) sector_pagetables = get_sector_pagetables(p)
|
||||
static void *malloc_plain_sector(int count);
|
||||
inline static SectorPage **create_sector_pagetables(unsigned long p) {
|
||||
unsigned long pos;
|
||||
|
|
Loading…
Reference in New Issue
Block a user