diff --git a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs index 0d15383f1..0d4c1d1e6 100644 --- a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs +++ b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs @@ -65,8 +65,7 @@ namespace ICSharpCode.ILSpy code[i] = reader.Image[reader.GetOffset(runtimeFunction.StartAddress) + i]; } // TODO: Bitness - // TODO: RIP - DecoderFormatterExample(output, code, 64, 0); + DecoderFormatterExample(output, code, 64, (ulong)runtimeFunction.StartAddress); } }