Ejemplo n.º 1
0
 public error SourceLine(ulong addr) => s_SourceLineByRef?.Invoke(ref this, addr) ?? s_SourceLineByVal?.Invoke(this, addr) ?? ObjFile?.SourceLine(addr) ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);