You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2007/10/16 18:40:41 UTC

svn commit: r585194 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp

Author: gshimansky
Date: Tue Oct 16 09:40:37 2007
New Revision: 585194

URL: http://svn.apache.org/viewvc?rev=585194&view=rev
Log:
Make stub call jvmti_method_exit_callback with arguments in original order


Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp?rev=585194&r1=585193&r2=585194&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp Tue Oct 16 09:40:37 2007
@@ -1671,8 +1671,13 @@
     cs = lil_parse_onto_end(cs,
         "push_m2n 0, %0i;"
         "out platform:pint,pint:void;"
+#ifdef _EM64T_
+        "o0=i0;"
+        "o1=i1;"
+#else
         "o0=i1;"
         "o1=i0;"
+#endif
         "call %1i;"
         "pop_m2n;"
         "ret;",