ruby: slicc: use default argument value
[gem5.git] / util / regress
index 2ed2b6970704f02f3da0c246515bd56e6f910c18..3cb0783495f2cfcf15afc9402c7ea27e4823a913 100755 (executable)
@@ -41,14 +41,14 @@ add_option('-v', '--verbose', action='store_true', default=False,
            help='echo commands before executing')
 add_option('--builds',
            default='ALPHA,ALPHA_MOESI_hammer,' \
-           'ALPHA_MESI_CMP_directory,'  \
+           'ALPHA_MESI_Two_Level,'  \
            'ALPHA_MOESI_CMP_directory,' \
            'ALPHA_MOESI_CMP_token,' \
            'MIPS,' \
            'NULL,' \
            'POWER,' \
            'SPARC,' \
-           'X86,X86_MESI_CMP_directory,' \
+           'X86,X86_MESI_Two_Level,' \
            'ARM',
            help="comma-separated build targets to test (default: '%default')")
 add_option('--modes',