fixed a bug with setjmp.
Fixed a bug with non-struct pointers referring to structs
This commit is contained in:
@@ -136,9 +136,11 @@ LocalFinish()
|
||||
}
|
||||
regs[i] = 0;
|
||||
}
|
||||
if (! options['n']) {
|
||||
C_mes_begin(ms_reg);
|
||||
C_mes_end();
|
||||
}
|
||||
#ifdef USE_TMP
|
||||
C_mes_begin(ms_reg);
|
||||
C_mes_end();
|
||||
C_endpart(loc_id);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user