Fix compile on linux
sim/main.cc: For some unknown reason linux's basename doesn't take a const char * --HG-- extra : convert_revision : 30289195881e16a05429f7025abab7914a9e3eb6
This commit is contained in:
parent
5de3bba758
commit
cfe6ed7c48
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ abortHandler(int sigtype)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Simulator executable name
|
/// Simulator executable name
|
||||||
const char *myProgName = "";
|
char *myProgName = "";
|
||||||
|
|
||||||
/// Show brief help message.
|
/// Show brief help message.
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue