2
0
Эх сурвалжийг харах

Merged revisions 4176 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r4176 | jonas | 2006-07-14 13:57:07 +0200 (Fri, 14 Jul 2006) | 2 lines

* and yet more ebx saving/restoring

........

git-svn-id: branches/fixes_2_0@4178 -

Jonas Maebe 19 жил өмнө
parent
commit
ba4b872459
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      rtl/i386/cpu.pp

+ 2 - 0
rtl/i386/cpu.pp

@@ -37,6 +37,7 @@ unit cpu;
         Tested under go32v1 and Linux on c6x86 with CpuID enabled and disabled (PFV)
       }
       asm
+         push    ebx
          pushf
          pushf
          pop     eax
@@ -51,6 +52,7 @@ unit cpu;
          and     ebx,200000h
          cmp     eax,ebx
          setnz   al
+         pop     ebx
       end;