From c04f636952786e6045b5a6d7258ffaefa3de0c8d Mon Sep 17 00:00:00 2001 From: David Harris <74973295+davidharrishmc@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:32:57 -0700 Subject: [PATCH] Update tlbASID.S fixed comment about restoring ASID to 0 --- tests/coverage/tlbASID.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/coverage/tlbASID.S b/tests/coverage/tlbASID.S index 369e161f..27856814 100644 --- a/tests/coverage/tlbASID.S +++ b/tests/coverage/tlbASID.S @@ -54,7 +54,7 @@ loop: bge t2, t3, finished # exit loop if i >= loops li t5, 0x9001000000080080 // try making asid = 1 csrw satp, t5 jalr t0 - li t5, 0x9000000000080080 // try making asid = 1 + li t5, 0x9000000000080080 // try making asid = 0 csrw satp, t5 li t4, 0x1000 add t0, t0, t4 @@ -125,4 +125,4 @@ pagetable: .8byte 0x200088CF .8byte 0x20008CCF - \ No newline at end of file +