Browse Source
The trigger matching only checks on TLB hit (after refill_tlb()). However, instructions on plugin devices will never be filled into the TLB; thus, triggers cannot fire when executing instructions on the plugin devices. The PR removes the if-condition of TLB hit for trigger checking. Co-authored-by: Howard Yen-Hao Chen <yhchen@andestech.com>pull/1137/head
committed by
GitHub
1 changed files with 5 additions and 7 deletions
Loading…
Reference in new issue