mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use symbolic constant, explaining the operation.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e8bef32ce2
commit
38858594c1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@
|
|||
movl $TF_SZ, %ecx
|
||||
testl $PSL_VM, TF_EFLAGS(%esp)
|
||||
jz 1001f
|
||||
addl $(4*4), %ecx
|
||||
addl $VM86_STACK_SPACE, %ecx
|
||||
1001: subl %ecx, %edx
|
||||
movl %edx, %edi
|
||||
movl %esp, %esi
|
||||
|
|
|
|||
Loading…
Reference in a new issue