Mandriva's Arnaud Patard proposed the following function body to me on IRC:
@
@ Written by Peter Naulls <pe...@chocky.org>
@ Modified by Caolan McNamara <caol...@redhat.com>
        .file   "armhelper.s"
        .text
        .align  4
        .global privateSnippetExecutor
        .type privateSnippetExecutor, %function
privateSnippetExecutor:
        .fnstart
        stmfd sp!, {r0-r3, lr }     @ follow other parameters on stack
        .save {r0-r3, lr}
        mov   r0, ip               @ r0 points to functionoffset/vtable
        mov   r1, sp               @ r1 points to this and params
        bl    cpp_vtable_call(PLT)
        ldmfd sp!, {r0-r3, lr}
        bx lr
        .fnend

http://pastebin.mandriva.com/17521

-- 
all openoffice apps die in 
'com::sun::star::ucb::InteractiveAugmentedIOException' on armel in karmic
https://bugs.launchpad.net/bugs/417009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to