increate gc header alignment size

This commit is contained in:
Yuichi Nishiwaki 2014-01-22 20:44:55 +09:00
parent 1f51e8bde2
commit 799e26cff0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ union header {
size_t size; size_t size;
unsigned int mark : 1; unsigned int mark : 1;
} s; } s;
long alignment[2]; long alignment[4];
}; };
struct heap_page { struct heap_page {