Test debugging with/without a program buffer
[riscv-tests.git] / debug / targets / RISC-V / spike32-2-rtos.py
index a7b9a1c0a7a1b244afef8f4980554cbd8ec6b53c..79105d5f3a64ef1644843f1bdca0c598890edb85 100644 (file)
@@ -9,4 +9,4 @@ class spike32_2(targets.Target):
     timeout_sec = 30
 
     def create(self):
-        return testlib.Spike(self)
+        return testlib.Spike(self, progbufsize=0)