From 38858594c187be81eb71e916b45c3159ba6ee699 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 19 Apr 2018 18:08:46 +0000 Subject: [PATCH] Use symbolic constant, explaining the operation. Sponsored by: The FreeBSD Foundation --- sys/i386/include/asmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index 077fe59c49f..bad49374c86 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -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