Browse Source

Fix build.

pull/2067/head
Siegfried Pammer 5 years ago committed by GitHub
parent
commit
f9562d6701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ILSpy.ReadyToRun/ReadyToRunLanguage.cs

1
ILSpy.ReadyToRun/ReadyToRunLanguage.cs

@ -171,6 +171,7 @@ namespace ICSharpCode.ILSpy.ReadyToRun @@ -171,6 +171,7 @@ namespace ICSharpCode.ILSpy.ReadyToRun
break;
default:
output.WriteLine("WRN: Unexpected variable location type");
break;
}
output.WriteLine("");
}

Loading…
Cancel
Save