fix pthread complaining

This commit is contained in:
Vítor Santos Costa
2015-10-22 00:33:38 +01:00
parent d6148eb8ad
commit bcdfdeb65d
24 changed files with 34 additions and 440 deletions

View File

@@ -1627,9 +1627,9 @@ RestoreEntries(PropEntry *pp, int int_key USES_REGS)
pp->NextOfPE =
PropAdjust(pp->NextOfPE);
{
BlobPropEntry *bpe = (BlobPropEntry *)pp;
bpe->blob_type =
BlobTypeAdjust(bpe->blob_type);
YAP_BlobPropEntry *bpe = (YAP_BlobPropEntry *)pp;
bpe->blob_type =
BlobTypeAdjust(bpe->blob_type);
}
break;
default: