We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5ea1b commit 4320a2eCopy full SHA for 4320a2e
stdlib/public/Backtracing/get-cpu-context.S
@@ -91,7 +91,7 @@ FN(_swift_get_cpu_context):
91
movw %dx, 44(%eax)
92
movw %gs, %dx
93
movw %dx, 46(%eax)
94
- movl (%esp), %dx
+ movl (%esp), %edx
95
movl %edx, (%eax)
96
movl $0xffff, 48(%eax)
97
popl %eax
0 commit comments