mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 16:47:43 +08:00
Corrected MIPS tlbr pcodeop
This commit is contained in:
@@ -761,7 +761,7 @@ define pcodeop SYNC;
|
|||||||
EntryHi = TLB_read_indexed_entryHi(Index);
|
EntryHi = TLB_read_indexed_entryHi(Index);
|
||||||
EntryLo0 = TLB_read_indexed_entryLo0(Index);
|
EntryLo0 = TLB_read_indexed_entryLo0(Index);
|
||||||
EntryLo1 = TLB_read_indexed_entryLo1(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 {
|
:tlbwi is $(AMODE) & prime=0x10 & bit25=1 & copfill=0x00 & fct=0x02 {
|
||||||
|
|||||||
Reference in New Issue
Block a user