OSDN Git Service

Fix ARM64 build.
authorIan Rogers <irogers@google.com>
Thu, 9 Oct 2014 18:50:09 +0000 (11:50 -0700)
committerIan Rogers <irogers@google.com>
Thu, 9 Oct 2014 18:50:09 +0000 (11:50 -0700)
Change-Id: Ia0044523473d7a93ef3f0eed8e6c28602e767c17

runtime/arch/arm64/quick_entrypoints_arm64.S

index 252e89e..52a2a88 100644 (file)
@@ -937,12 +937,6 @@ ENTRY art_quick_do_long_jump
 END art_quick_do_long_jump
 
     /*
-     * Entry from managed code that calls artHandleFillArrayDataFromCode and delivers exception on
-     * failure.
-     */
-TWO_ARG_REF_DOWNCALL art_quick_handle_fill_data, artHandleFillArrayDataFromCode, RETURN_IF_W0_IS_ZERO_OR_DELIVER
-
-    /*
      * Entry from managed code that calls artLockObjectFromCode, may block for GC. x0 holds the
      * possibly null object to lock.
      *
@@ -1248,6 +1242,12 @@ END \name
 .endm
 
     /*
+     * Entry from managed code that calls artHandleFillArrayDataFromCode and delivers exception on
+     * failure.
+     */
+TWO_ARG_REF_DOWNCALL art_quick_handle_fill_data, artHandleFillArrayDataFromCode, RETURN_IF_W0_IS_ZERO_OR_DELIVER
+
+    /*
      * Entry from managed code when uninitialized static storage, this stub will run the class
      * initializer and deliver the exception on error. On success the static storage base is
      * returned.