From: Palmer Dabbelt Date: Mon, 15 May 2017 23:54:00 +0000 (-0700) Subject: Disable another PRIV mention, for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e73b73034d706cf52b499b1e69c69e3da3925e6d;p=riscv-tests.git Disable another PRIV mention, for now --- diff --git a/debug/testlib.py b/debug/testlib.py index c39ed51..ecb0431 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -539,7 +539,8 @@ class GdbTest(BaseTest): self.gdb.command( "target extended-remote localhost:%d" % self.server.port) - self.gdb.p("$priv=3") + # FIXME: OpenOCD doesn't handle PRIV now + #self.gdb.p("$priv=3") def classTeardown(self): del self.gdb