blob: 3ec7edb1e63ed14e96bf5a67cbc723440a5cdb2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
CPU fetch from unpopulated ROM on reset
Some architectures fetch the $PC/$SP register as vectors in memory, usually ROM.
The CPU reset() handler is called before the ROM code is populated, resulting in fetching incorrect PC/SP.
Architectures affected:
- M68K
- RX
- ARM M-profile
|