. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git] / lib / syscall / pause.s
blobc1e7adb6e709200fddbe4fa99f66f6a8d69f91c7
1 .sect .text
2 .extern __pause
3 .define _pause
4 .align 2
6 _pause:
7 jmp __pause