summaryrefslogtreecommitdiffstats
path: root/src/sat/pdr/pdrInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/pdr/pdrInt.h')
-rw-r--r--src/sat/pdr/pdrInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sat/pdr/pdrInt.h b/src/sat/pdr/pdrInt.h
index 1eadcf93..b51731bf 100644
--- a/src/sat/pdr/pdrInt.h
+++ b/src/sat/pdr/pdrInt.h
@@ -45,8 +45,8 @@ struct Pdr_Set_t_
{
word Sign; // signature
int nRefs; // ref counter
- short nTotal; // total literals
- short nLits; // num flop literals
+ int nTotal; // total literals
+ int nLits; // num flop literals
int Lits[0];
};