summaryrefslogtreecommitdiff
path: root/src/vm/i386/asmhelpers.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/i386/asmhelpers.asm')
-rw-r--r--src/vm/i386/asmhelpers.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/i386/asmhelpers.asm b/src/vm/i386/asmhelpers.asm
index 4c7d6aab3b..93d10cd92c 100644
--- a/src/vm/i386/asmhelpers.asm
+++ b/src/vm/i386/asmhelpers.asm
@@ -470,7 +470,7 @@ _GetSpecificCpuTypeAsm@0 PROC public
push ecx
popfd ; Save the updated flags.
pushfd
- pop ecx ; Retrive the updated flags
+ pop ecx ; Retrieve the updated flags
xor ecx, eax ; Test if it actually changed (bit set means yes)
push eax
popfd ; Restore the flags
@@ -512,7 +512,7 @@ _GetSpecificCpuFeaturesAsm@4 PROC public
push ecx
popfd ; Save the updated flags.
pushfd
- pop ecx ; Retrive the updated flags
+ pop ecx ; Retrieve the updated flags
xor ecx, eax ; Test if it actually changed (bit set means yes)
push eax
popfd ; Restore the flags