Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Index: sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
  2. ===================================================================
  3. --- sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S (revision 11695)
  4. +++ sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S (working copy)
  5. @@ -24,7 +24,7 @@
  6. unwind information - and while there is a reserved prefix in the
  7. ARM unwind tables for register to register moves, the actual opcodes
  8. are not defined. */
  9. -
  10. +#if defined(__thumb__)
  11. .thumb
  12. .syntax unified
  13. .hidden __libc_do_syscall
  14. @@ -41,3 +41,5 @@
  15. pop {r7, pc}
  16. .fnend
  17. END (__libc_do_syscall)
  18. +
  19. +#endif /* __thumb__ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement