SourceLevelDebugPkg/DebugAgent: Fix various typos
Fix various typos in documentation, comments and debug strings. Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-72-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
c38f0816e7
commit
a302263ebb
@@ -226,7 +226,7 @@ NoExtrPush:
|
||||
push ebx ; temporarily save value of ebx on stack
|
||||
cpuid ; use CPUID to determine if FXSAVE/FXRESTOR and
|
||||
; DE are supported
|
||||
pop ebx ; retore value of ebx that was overwritten by CPUID
|
||||
pop ebx ; restore value of ebx that was overwritten by CPUID
|
||||
mov eax, cr4
|
||||
push eax ; push cr4 firstly
|
||||
test edx, BIT24 ; Test for FXSAVE/FXRESTOR support
|
||||
@@ -407,7 +407,7 @@ NoExtrPush:
|
||||
mov esp, ebp
|
||||
pop ebp ; restore ebp maybe updated
|
||||
pop esp ; restore esp maybe updated
|
||||
sub esp, 4 * 3 ; restore interupt pushced stack
|
||||
sub esp, 4 * 3 ; restore interrupt pushced stack
|
||||
|
||||
iretd
|
||||
|
||||
|
Reference in New Issue
Block a user