    .thumb
    .text
    .align 2
    .global PopMultiV2
    .thumb_func
PopMultiV2:
    pop {r4, r5}
    pop {r0}
    bx r0
    .short 0
