fix|compiler: MANP extract for v0 strategy is incorrect

This commit is contained in:
rudy
2023-03-14 12:16:07 +01:00
committed by Quentin Bourgerie
parent 0921918c51
commit 6556bee101

View File

@@ -1595,7 +1595,7 @@ protected:
this->signalPassFailure();
return;
}
this->updateMax(manp.getSExtValue(), eTy.getWidth());
this->updateMax(manp.getZExtValue(), eTy.getWidth());
}
}
}