Renamed the dumpfile to avoid confusion with the dumpfile from SDM.
This commit is contained in:
parent
b847086ad7
commit
ec0e90a738
@ -160,9 +160,9 @@ int main(int argc, char *argv[])
|
|||||||
name = argv[1];
|
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");
|
int b = test_dump_memory (name, "PROFILE.DMP");
|
||||||
|
|
||||||
printf ("\nSUMMARY\n");
|
printf ("\nSUMMARY\n");
|
||||||
printf ("-------\n");
|
printf ("-------\n");
|
||||||
printf ("test_dump_sdm16: %s\n", errmsg (a));
|
printf ("test_dump_sdm16: %s\n", errmsg (a));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user