From 239b6230278c1834f89f0d76201ea310c82820c7 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 21 Aug 2017 13:37:54 +0000 Subject: [PATCH] Fix typo in last commit git-svn-id: trunk@37010 - --- rtl/i386/i386.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/i386/i386.inc b/rtl/i386/i386.inc index 7389568519..632f6f5382 100644 --- a/rtl/i386/i386.inc +++ b/rtl/i386/i386.inc @@ -1365,7 +1365,7 @@ procedure fpc_cpucodeinit; os_supports_sse to false then } { don't change this instruction, the code above depends on its size } {$ifdef OLD_ASSEMBLER} - .byte 0x0f,0x28,0f7 + .byte 0x0f,0x28,0xf7 {$else} movaps %xmm7, %xmm6 {$endif not EMX}