mem: remove stray comment from signature_path_v2.cc

Change-Id: I5ddd2ddd6a9cb4fb032b48870c5ef6b0dc9533c0
This commit is contained in:
Erin Le
2024-08-05 23:10:10 +00:00
committed by Bobby R. Bruce
parent 8e80ede3f1
commit be6fadca52

View File

@@ -124,8 +124,9 @@ SignaturePathV2::handlePageCrossingLookahead(signature_t signature,
// of them are unique, there are never "hits" in the GHR // of them are unique, there are never "hits" in the GHR
GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0); GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0);
assert(gh_entry != nullptr); assert(gh_entry != nullptr);
// Any address value works, as it is never used
constexpr bool is_secure = false; constexpr bool is_secure = false;
globalHistoryRegister.insertEntry(0, is_secure, gh_entry); // false, globalHistoryRegister.insertEntry(0, is_secure, gh_entry);
gh_entry->signature = signature; gh_entry->signature = signature;
gh_entry->lastBlock = last_offset; gh_entry->lastBlock = last_offset;