Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.         .text
  2.         .align  2
  3.         .global alloca
  4.         .type   alloca, %function
  5. alloca:
  6.         rsb     sp, r0, sp
  7.         bic     sp, sp, #7
  8.         mov     r0, sp
  9.         mov     pc, lr
  10.         .size   alloca, .-alloca
  11.         .section        .note.GNU-stack,"",%progbits
  12.