aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Assembly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assembly.cpp b/Assembly.cpp
index c0dc6fd5..4b7d9834 100644
--- a/Assembly.cpp
+++ b/Assembly.cpp
@@ -39,7 +39,7 @@ int AssemblyItem::deposit() const
return 0;
default:;
}
- assert(false);
+ return 0;
}
unsigned Assembly::bytesRequired() const