Renamed the dumpfile to avoid confusion with the dumpfile from SDM.

This commit is contained in:
Jef Driesen 2007-11-22 15:39:09 +00:00
parent b847086ad7
commit ec0e90a738

View File

@ -160,9 +160,9 @@ int main(int argc, char *argv[])
name = argv[1];
}
int a = test_dump_sdm16 (name, "PROFILE.VPR");
int a = test_dump_sdm16 (name, "PROFILE.SDM");
int b = test_dump_memory (name, "PROFILE.DMP");
printf ("\nSUMMARY\n");
printf ("-------\n");
printf ("test_dump_sdm16: %s\n", errmsg (a));