mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix warnings on Windows.
llvm-svn: 115958
This commit is contained in:
parent
26a89851fe
commit
cf536d04e7
@ -64,7 +64,7 @@ int main(int argc, char** argv) {
|
||||
memcpy((char **)Args+2, argv+1, sizeof(char*)*argc);
|
||||
|
||||
/* Run the JIT. */
|
||||
execvp(Interp, (char **)Args);
|
||||
execvp(Interp, Args);
|
||||
/* if _execv returns, the JIT could not be started. */
|
||||
fprintf(stderr, "Could not execute the LLVM JIT. Either add 'lli' to your"
|
||||
" path, or set the\ninterpreter you want to use in the LLVMINTERP "
|
||||
|
Loading…
Reference in New Issue
Block a user