diff options
Diffstat (limited to 'backends/cxxrtl/cxxrtl.h')
-rw-r--r-- | backends/cxxrtl/cxxrtl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/cxxrtl/cxxrtl.h b/backends/cxxrtl/cxxrtl.h index aba2c77a1..5f74899fd 100644 --- a/backends/cxxrtl/cxxrtl.h +++ b/backends/cxxrtl/cxxrtl.h @@ -728,6 +728,8 @@ struct debug_item : ::cxxrtl_object { MEMORY = CXXRTL_MEMORY, }; + debug_item(const ::cxxrtl_object &object) : cxxrtl_object(object) {} + template<size_t Bits> debug_item(value<Bits> &item) { static_assert(sizeof(item) == value<Bits>::chunks * sizeof(chunk_t), |