From cd59222f53397d6f40fb5977cbb40847d74735e9 Mon Sep 17 00:00:00 2001 From: Josh warner Date: Tue, 11 Aug 2009 13:27:25 -0600 Subject: [PATCH] fixed propegation of result sizes --- src/compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.cpp b/src/compiler.cpp index b1a4251bbb..0f1f37cdaa 100644 --- a/src/compiler.cpp +++ b/src/compiler.cpp @@ -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);