Skip to content

Commit

Permalink
Fix linter area
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Jul 31, 2024
1 parent 2d9b950 commit 460382d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rogue/interfaces/memory/Block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,8 @@ void rim::Block::addVariables(std::vector<rim::VariablePtr> variables) {
if ((*vit)->overlapEn_) {
setBits(oleMask, x * (*vit)->valueStride_ + (*vit)->bitOffset_[0], (*vit)->valueBits_);

// Otherwise add to exclusive mask and check for existing mapping
// Otherwise add to exclusive mask and check for existing mapping
} else {

if (anyBits(excMask, x * (*vit)->valueStride_ + (*vit)->bitOffset_[0], (*vit)->valueBits_))
throw(rogue::GeneralError::create(
"Block::addVariables",
Expand Down

0 comments on commit 460382d

Please sign in to comment.