OSDN Git Service

Fix copy-paste nit
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Thu, 14 Apr 2016 09:46:58 +0000 (11:46 +0200)
committerGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Thu, 14 Apr 2016 09:48:14 +0000 (11:48 +0200)
Pair ENTRY and END macros.

Change-Id: I17dcc61cdd02b2c26b9920e5385b6cb1420b18dd

runtime/arch/arm/quick_entrypoints_arm.S

index da7db1d..e6ff0aa 100644 (file)
@@ -1832,7 +1832,7 @@ ENTRY art_quick_fmodf
     add   sp, #4
     .cfi_adjust_cfa_offset -4
     pop   {pc}
-END art_quick_fmod
+END art_quick_fmodf
 
     /* int64_t art_d2l(double d) */
     .extern art_d2l