Skip to content

Commit aeb0323

Browse files
committed
[Backtracing] Fix i386 typo.
There was a missing "e" in "movl (%esp), %edx".
1 parent 9e58b2c commit aeb0323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Backtracing/get-cpu-context.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ FN(_swift_get_cpu_context):
9191
movw %dx, 44(%eax)
9292
movw %gs, %dx
9393
movw %dx, 46(%eax)
94-
movl (%esp), %dx
94+
movl (%esp), %edx
9595
movl %edx, (%eax)
9696
movl $0xffff, 48(%eax)
9797
popl %eax

0 commit comments

Comments
 (0)