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
varlv_p8=newVariableDefinition(assembly.MainModule.ImportReference(typeof(int*)));C_Foo_.Body.Variables.Add(lv_p8);// We are missing these calls//var StlocX = il_C_Foo_.Create(OpCodes.Ldloca, lv_j5);//il_C_Foo_.Append(StlocX);varStloc9=il_C_Foo_.Create(OpCodes.Stloc,lv_p8);il_C_Foo_.Append(Stloc9);varRet10=il_C_Foo_.Create(OpCodes.Ret);il_C_Foo_.Append(Ret10);
Address of does not work.
For instance:
Generates:
Example:
https://cecilifier.me/?gistid=a3a2013714fdf0c2326f873760646076
The text was updated successfully, but these errors were encountered: