mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-14 01:07:30 +08:00
CoverageReaderSkyeye.cc: Fix formatting
This commit is contained in:
parent
af0c7206bd
commit
ddab7e640a
@ -83,7 +83,10 @@ namespace Coverage {
|
||||
// NOTE: This method ONLY works for Skyeye in 32-bit mode.
|
||||
//
|
||||
if ( cover & 0x01 ) {
|
||||
aCoverageMap = executableInformation->getCoverageMap( baseAddress + i );
|
||||
aCoverageMap = executableInformation->getCoverageMap(
|
||||
baseAddress + i
|
||||
);
|
||||
|
||||
if ( aCoverageMap ) {
|
||||
aCoverageMap->setWasExecuted( baseAddress + i );
|
||||
aCoverageMap->setWasExecuted( baseAddress + i + 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user