swi_reverse_hash was in a bad place.

This commit is contained in:
Vítor Santos Costa 2010-05-04 16:31:31 +01:00
parent a492d969f0
commit c8c34d4773

View File

@ -32,17 +32,16 @@
#define MAX_DLMALLOC_HOLES 32 #define MAX_DLMALLOC_HOLES 32
typedef struct swi_reverse_hash {
ADDR key;
Int pos;
} swi_rev_hash;
typedef struct memory_hole { typedef struct memory_hole {
ADDR start; ADDR start;
ADDR end; ADDR end;
} memory_hole_type; } memory_hole_type;
#endif #endif
typedef struct swi_reverse_hash {
ADDR key;
Int pos;
} swi_rev_hash;
#define GC_MAVARS_HASH_SIZE 512 #define GC_MAVARS_HASH_SIZE 512