added padding to align userenv to an 8byte boundary

db4
Phil Dawes 2009-08-21 19:54:47 +01:00
parent ef16c4be66
commit 3b3ed501c7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ struct factorvm {
zone nursery; /* new objects are allocated here */
cell cards_offset;
cell decks_offset;
cell __padding__ ; // align to 8byte boundary (for 32bit platforms)
cell userenv[USER_ENV]; /* TAGGED user environment data; see getenv/setenv prims */