Test debugging code with interrupts.
[riscv-tests.git] / debug / targets.py
index db8d917c7b9f2a2132acd4c026f4edecf53d2500..d661d14a59a4638a3ef2924e142c75699d99ac2e 100644 (file)
@@ -67,6 +67,9 @@ class Target(object):
     # before starting the test.
     gdb_setup = []
 
+    # Supports mtime at 0x2004000
+    supports_clint_mtime = True
+
     # Internal variables:
     directory = None
     temporary_files = []