| version 1.166, Sat Apr 1 17:34:08 2006 UTC | version 1.167, Sun Jun 4 19:16:27 2006 UTC | ||
|---|---|---|---|
|
|
||
| int optind = 1; | int optind = 1; | ||
| #endif | #endif | ||
| #define CODE_BLOCK_SIZE (4096*1024) /* !! overflow handling for -native */ | #define CODE_BLOCK_SIZE (512*1024) /* !! overflow handling for -native */ | ||
| Address code_area=0; | Address code_area=0; | ||
| Cell code_area_size = CODE_BLOCK_SIZE; | Cell code_area_size = CODE_BLOCK_SIZE; | ||
| Address code_here=NULL+CODE_BLOCK_SIZE; /* does for code-area what HERE | Address code_here=NULL+CODE_BLOCK_SIZE; /* does for code-area what HERE |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |