Commit 460f1905 by Alan Mishchenko

Debugging 64-bit bug in new semi-canonical form..

parent 5a5577f9
......@@ -557,6 +557,7 @@ inline int minimalSwapAndFlipIVar_superFast_all(word* pInOut, int nVars, int nWo
int i;
word pDuplicate[1024];
int bitInfoTemp = pStore[0];
printf("visit\n" );
memcpy(pDuplicate,pInOut,nWords*sizeof(word));
for(i=0;i<5;i++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment