View | Details | Raw Unified | Return to bug 4900
Collapse All | Expand All

(-)exit.S.orig (-1 / +1 lines)
Lines 16-22 Link Here
16
_start:
16
_start:
17
__start:
17
__start:
18
#endif
18
#endif
19
#if defined(__linux__) && (__i386__)
19
#if defined(__linux__) && (defined(__i386__) || defined(__x86_64__))
20
	movl $1,%eax
20
	movl $1,%eax
21
	movl $STATUS,%ebx
21
	movl $STATUS,%ebx
22
	int $0x80
22
	int $0x80

Return to bug 4900