commit | 4f10ed277da91b2cb1b6e8a2de18792ce7881832 | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Wed Jan 09 23:37:33 2019 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Mon Feb 04 18:44:17 2019 +1100 |
tree | dc0aea6c35f19c8039b171951d0e480c56c2c716 | |
parent | 52b73c09bfee1b7feae6f6c281bab5bf0f94964e [diff] |
ppc440: Avoid reporting error when reading non-existent RAM slot When reading base register of RAM slot with no RAM we should not try to calculate register value because that will result printing an error due to invalid RAM size. Just return 0 without the error in this case. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>