aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/testlib.py')
-rw-r--r--debug/testlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug/testlib.py b/debug/testlib.py
index 39a6fc4..ce8aeca 100644
--- a/debug/testlib.py
+++ b/debug/testlib.py
@@ -800,7 +800,6 @@ class GdbTest(BaseTest):
self.logs += self.gdb.lognames()
self.gdb.connect()
- self.gdb.global_command("set arch riscv:rv%d" % self.hart.xlen)
self.gdb.global_command("set remotetimeout %d" %
self.target.timeout_sec)