Clarify PrivTest detail.
[riscv-tests.git] / debug / gdbserver.py
index 162854c59939d7ac57fa789910a8c42370a9f867..43ac1e0ca9b02a2063f599424771caf300c429af 100755 (executable)
@@ -814,6 +814,8 @@ class PrivTest(GdbTest):
 class PrivRw(PrivTest):
     def test(self):
         """Test reading/writing priv."""
+        # Leave the PC at _start, where the first 4 instructions should be
+        # legal in any mode.
         for privilege in range(4):
             self.gdb.p("$priv=%d" % privilege)
             self.gdb.stepi()