fixed a bug with setjmp.

Fixed a bug with non-struct pointers referring to structs
This commit is contained in:
ceriel
1987-08-06 14:19:06 +00:00
parent e25daddac3
commit 1971f871ec
3 changed files with 11 additions and 5 deletions

View File

@@ -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
}