mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Corrected MIPS tlbr pcodeop
This commit is contained in:
parent
9509ec1b98
commit
6037ba86d3
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ define pcodeop SYNC;
|
|||
EntryHi = TLB_read_indexed_entryHi(Index);
|
||||
EntryLo0 = TLB_read_indexed_entryLo0(Index);
|
||||
EntryLo1 = TLB_read_indexed_entryLo1(Index);
|
||||
PageMask = TLB_read_indexed_entryLo1(Index);
|
||||
PageMask = TLB_read_indexed_entryPageMask(Index);
|
||||
}
|
||||
|
||||
:tlbwi is $(AMODE) & prime=0x10 & bit25=1 & copfill=0x00 & fct=0x02 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue