fix heap overflow while indexing (label_array was not being copied properly)

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@197 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-11-25 21:44:42 +00:00
parent 377e63b038
commit c39fc5e742
3 changed files with 9 additions and 3 deletions

View File

@@ -263,6 +263,8 @@ extern PInstr *icpc, *BlobsStart;
extern char *freep, *freep0;
extern int *label_offset;
extern int IPredArity;
extern jmp_buf CompilerBotch;