fix access

This commit is contained in:
Riccardo Mottola 2021-07-05 02:26:54 +02:00
parent 5aa4b5813c
commit a43aff41cf

View file

@ -383,7 +383,7 @@
if ([stringScanner scanFloat:&v])
{
NSLog(@"GDB version string: %f", v);
[debugger setDebuggerVersion:v];
[self setDebuggerVersion:v];
}
}
}