Skip to content

Commit

Permalink
initial upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeebe committed Nov 8, 2022
1 parent 618326a commit 891b789
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def Parse(self):

if pte.GcdType is None:
pte.GcdType = mr.GcdType
logging.info("pte.GcdType: %d"% (pte.GcdType))
else:
logging.error("Multiple memory types found for one region " + pte.pteDebugStr() +" " + mr.MemoryRangeToString())
self.ErrorMsg.append("Multiple memory types found for one region. Base: 0x%X. GCD Memory Type: %d and %d"% (pte.PhysicalStart, pte.GcdType,mr.GcdType))
Expand Down

0 comments on commit 891b789

Please sign in to comment.