File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -924,6 +924,8 @@ JS _Initializer(void* hDLL){
924924#else
925925 getsopath (sopath );
926926#endif
927+ // extern int getsize_xdic_DIC(void);
928+ // fprintf(stderr,"sizeof(DIC) "FMTI" \n",(I)getsize_xdic_DIC());
927929 JS jt = jvmreservea (sizeof (JST ),__builtin_ctz (JTALIGNBDY ));
928930 if (!jt )R 0 ;
929931 I sz = offsetof(JST ,threaddata [1 ]); // #relevant bytes: just JS and the first JT. This makes MDTHREAD() valid
Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ typedef struct ADic {
149149#if 7 == NORMAH
150150_Static_assert (sizeof (DIC )== 32 * SZI ,"DIC not 32 Is ");
151151#else
152+ #if SY_64
152153_Static_assert (sizeof (DIC )== 33 * SZI ,"DIC not 33 Is ");
154+ #else
155+ _Static_assert (sizeof (DIC )== 34 * SZI ,"DIC not 34 Is ");
156+ #endif
153157#endif
154158int getsize_xdic_DIC (void ){return (int )sizeof (DIC );} // temp for debugging
155159
You can’t perform that action at this time.
0 commit comments