mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 15:49:22 +02:00
Fix typo in last commit
git-svn-id: trunk@37010 -
This commit is contained in:
parent
d1e091d5a3
commit
239b623027
@ -1365,7 +1365,7 @@ procedure fpc_cpucodeinit;
|
|||||||
os_supports_sse to false then }
|
os_supports_sse to false then }
|
||||||
{ don't change this instruction, the code above depends on its size }
|
{ don't change this instruction, the code above depends on its size }
|
||||||
{$ifdef OLD_ASSEMBLER}
|
{$ifdef OLD_ASSEMBLER}
|
||||||
.byte 0x0f,0x28,0f7
|
.byte 0x0f,0x28,0xf7
|
||||||
{$else}
|
{$else}
|
||||||
movaps %xmm7, %xmm6
|
movaps %xmm7, %xmm6
|
||||||
{$endif not EMX}
|
{$endif not EMX}
|
||||||
|
Loading…
Reference in New Issue
Block a user