From f890f14792a238aee8cdf965bc4afbaad5f98cca Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 3 May 2016 09:14:19 -0700 Subject: 2892 --- 032exclusive_container.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '032exclusive_container.cc') diff --git a/032exclusive_container.cc b/032exclusive_container.cc index e9f918f4..e071cf52 100644 --- a/032exclusive_container.cc +++ b/032exclusive_container.cc @@ -31,7 +31,10 @@ def main [ +mem: storing 35 in location 6 :(before "End size_of(type) Cases") -if (t.kind == EXCLUSIVE_CONTAINER) return get(Container_metadata, type).size; +if (t.kind == EXCLUSIVE_CONTAINER) { + // Compute size_of Exclusive Container + return get(Container_metadata, type).size; +} :(before "End compute_container_metadata Cases") if (info.kind == EXCLUSIVE_CONTAINER) { container_metadata metadata; -- cgit 1.4.1-2-gfad0