Code size: destroy_addr outline

This commit is contained in:
Joe Shajrawi
2017-11-17 14:32:40 -08:00
parent 1d6c7c5bd2
commit d8289aa3ec
33 changed files with 274 additions and 117 deletions

View File

@@ -54,7 +54,7 @@ const uint16_t VERSION_MAJOR = 0;
/// in source control, you should also update the comment to briefly
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
const uint16_t VERSION_MINOR = 387; // Last change: dependencies for typealiases
const uint16_t VERSION_MINOR = 388; // Last change: Outlined Destroy
using DeclIDField = BCFixed<31>;