fixed propegation of result sizes

This commit is contained in:
Josh warner 2009-08-11 13:27:25 -06:00
parent 32167168f8
commit cd59222f53

View File

@ -3652,7 +3652,7 @@ class TranslateEvent: public Event {
apply(c, type,
size, value->source, source(value->high),
size, low, high);
resSize, low, high);
for (Read* r = reads; r; r = r->eventNext) {
popRead(c, this, r->value);