You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/extractor/Semmle.Extraction.CIL/Entities/Instruction.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -432,7 +432,7 @@ public override IEnumerable<IExtractionProduct> Contents
432
432
}
433
433
catch(Exceptionexc)
434
434
{
435
-
Cx.Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning,$"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message}{exc.StackTrace}");
435
+
Cx.Extractor.Logger.Log(Util.Logging.Severity.Warning,$"Couldn't interpret payload of payload type {PayloadType} as a function pointer type. {exc.Message}{exc.StackTrace}");
0 commit comments