Suppress new XF memory write stub logs (#2362)

This commit is contained in:
Pieter-Jan Briers
2026-09-01 02:09:38 +02:00
committed by GitHub
parent 48171f0f0a
commit 57f0185a3c
+1
View File
@@ -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,
};