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
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}");
436
+
}
437
+
438
+
if(target!=null)
439
+
{
440
+
yieldreturntarget;
441
+
yieldreturnTuples.cil_access(this,target);
442
+
}
443
+
else
444
+
{
445
+
thrownewInternalError($"Unable to create payload type {PayloadType} for opcode {OpCode}");
446
+
}
447
+
break;
448
+
}
424
449
default:
425
450
thrownewInternalError($"Unhandled payload type {PayloadType}");
0 commit comments