Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5c90b03 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Match the arm/arm64 style in the x86/x86-64 files.

Test: treehugger
Change-Id: Id67cfeab293c7530aa1905a39455e8513d51e978
parent dc8a0b82
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
.globl crash1
.globl crashnostack

crash1:
	movl $0xa5a50000, %eax
	movl $0xa5a50001, %ebx
@@ -10,6 +8,7 @@ crash1:
	jmp *%edx


.globl crashnostack
crashnostack:
	.cfi_startproc
	movl %esp, %eax
+1 −2
Original line number Diff line number Diff line
.globl crash1
.globl crashnostack

crash1:
	movl $0xa5a50000, %eax
	movl $0xa5a50001, %ebx
@@ -10,6 +8,7 @@ crash1:
	jmp *%rdx


.globl crashnostack
crashnostack:
	.cfi_startproc
	movq %rsp, %rax