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);