Let Spike have the default amount of RAM
[riscv-tests.git] / debug / testlib.py
index df976df66ac1684ce85ae3e2d162e28c6cf567da..d3a75f67252976fb0c9e73cde5a73ee977781a77 100644 (file)
@@ -77,7 +77,6 @@ class Spike(object):
         if with_jtag_gdb:
             cmd += ['--rbb-port', '0']
             os.environ['REMOTE_BITBANG_HOST'] = 'localhost'
-        cmd.append("-m32")
         cmd.append('programs/infinite_loop')
         if binary:
             cmd.append(binary)