Skip to content

Commit d2cb85d

Browse files
committed
m1n1.trace.agx: Add a missing UAT inval
Signed-off-by: Asahi Lina <[email protected]>
1 parent 6e40dd9 commit d2cb85d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proxyclient/m1n1/trace/agx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def __init__(self, tracer, info_addr, new_queue, queue_type):
246246
self.dumpfile.flush()
247247
tracer.state.queue_seq += 1
248248

249+
self.tracer.uat.invalidate_cache()
249250
self.update_info()
250251

251252
def update_info(self):

0 commit comments

Comments
 (0)