MTROPOLIS: Change Shanghai support status to Done

This commit is contained in:
elasota 2023-06-12 22:53:56 -04:00
parent bf5ffe7ffd
commit cc0cc74a87

View File

@ -54,6 +54,7 @@ public:
void visitInternalReferences(IStructuralReferenceVisitor *visitor) override;
#ifdef MTROPOLIS_DEBUG_ENABLE
SupportStatus debugGetSupportStatus() const override { return kSupportStatusDone; }
const char *debugGetTypeName() const override { return "Shanghai Modifier"; }
void debugInspect(IDebugInspectionReport *report) const override;
#endif