summaryrefslogtreecommitdiffstats
path: root/debuggerd/x86/crashglue.S
blob: 59df432507dd566865fa35aed28ee520d1daef13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.globl crash1
.globl crashnostack

crash1:
	movl $0xa5a50000, %eax
	movl $0xa5a50001, %ebx
	movl $0xa5a50002, %ecx

	movl $0, %edx
	jmp *%edx


crashnostack:
	movl $0, %ebp
	jmp *%ebp