< prev index next >

src/os_cpu/linux_x86/vm/linux_x86_32.s

Print this page
rev 13030 : [mq]: add_const

@@ -632,11 +632,11 @@
         popl     %ebx
         ret
 
 
         # Support for jlong Atomic::load and Atomic::store.
-        # void _Atomic_move_long(volatile jlong* src, volatile jlong* dst)
+        # void _Atomic_move_long(const volatile jlong* src, volatile jlong* dst)
         .p2align 4,,15
         .type    _Atomic_move_long,@function
 _Atomic_move_long:
         movl     4(%esp), %eax   # src
         fildll    (%eax)
< prev index next >