mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-17 04:32:22 +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.
|
// NOTE: This method ONLY works for Skyeye in 32-bit mode.
|
||||||
//
|
//
|
||||||
if ( cover & 0x01 ) {
|
if ( cover & 0x01 ) {
|
||||||
aCoverageMap = executableInformation->getCoverageMap( baseAddress + i );
|
aCoverageMap = executableInformation->getCoverageMap(
|
||||||
|
baseAddress + i
|
||||||
|
);
|
||||||
|
|
||||||
if ( aCoverageMap ) {
|
if ( aCoverageMap ) {
|
||||||
aCoverageMap->setWasExecuted( baseAddress + i );
|
aCoverageMap->setWasExecuted( baseAddress + i );
|
||||||
aCoverageMap->setWasExecuted( baseAddress + i + 1 );
|
aCoverageMap->setWasExecuted( baseAddress + i + 1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user