    .thumb
    .text
    .align 2
    .global PopFunc
    .thumb_func
PopFunc:
    pop {r3, pc}
    .short 0
