update mmu testcase
[soc.git] / src / soc / fu / base_input_record.py
index e39daef89a647da3e110ce03d215dfb721fe40b0..524ad073e18f6c9bffbd23d7cab75c3b82f23a22 100644 (file)
@@ -35,7 +35,7 @@ class CompOpSubsetBase(Record):
     def eq_from_execute1(self, other):
         """ use this to copy in from Decode2Execute1Type
         """
-        return self.eq_from(other.do)
+        return self.eq_from(other)
 
     def ports(self):
         res = []