diff --git a/src/dusk/logging.cpp b/src/dusk/logging.cpp index 7a6b1036bc..1f3a0451b4 100644 --- a/src/dusk/logging.cpp +++ b/src/dusk/logging.cpp @@ -14,6 +14,7 @@ constexpr std::string_view kStubFragments[] = { "Unimplemented: BP register"sv, "Unhandled BP register"sv, "Unhandled XF register"sv, + "Unhandled XF memory write"sv, "but selective updates are not implemented"sv, };