mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Clarify: dmmuregs[1] is not a typo
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
41d728522b
commit
7ab463cb52
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ static int get_physical_address_code(CPUState *env,
|
|||
#ifdef DEBUG_MMU
|
||||
printf("TMISS at 0x%" PRIx64 "\n", address);
|
||||
#endif
|
||||
/* Context is stored in DMMU (dmmuregs[1]) also for IMMU */
|
||||
env->immuregs[6] = (address & ~0x1fffULL) | (env->dmmuregs[1] & 0x1fff);
|
||||
env->exception_index = TT_TMISS;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue