| 121 | } |
| 122 | |
| 123 | std::pair<std::shared_ptr<AbstractAssembly>, AbstractAssembly::SubID> NoOutputAssembly::createSubAssembly(bool, std::string) |
| 124 | { |
| 125 | yulAssert(false, "Sub assemblies not implemented."); |
| 126 | return {}; |
| 127 | } |
| 128 | |
| 129 | AbstractAssembly::FunctionID NoOutputAssembly::registerFunction(uint8_t _args, uint8_t _rets, bool) |
| 130 | { |