dummyagent.c (Agent_OnLoad): Add missing return value.
* testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad): Add missing return value. From-SVN: r125594
This commit is contained in:
parent
0da300cde3
commit
408a86c03e
2 changed files with 6 additions and 0 deletions
|
@ -5,5 +5,6 @@ Agent_OnLoad (JavaVM *vm, char *options, void *reserved)
|
|||
{
|
||||
// nothing -- this is just a stub to get JVMTI properly
|
||||
// initialized
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue