소스 검색

* Added comment in SysRelocateThreadVar, not working in Windows Vista

git-svn-id: trunk@13753 -
michael 16 년 전
부모
커밋
12fcb19bf4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      rtl/win/systhrd.inc

+ 2 - 1
rtl/win/systhrd.inc

@@ -107,7 +107,8 @@ CONST
       begin	    
 {$ifdef dummy}
         { it least in the on windows 7 x64, this still doesn't not work, fs:(0x2c) is
-          self referencing on this system (FK) }
+          self referencing on this system (FK) 
+          MVC: It also does not work on Windows Vista 32-bit, Home Premium, SP 1. Results in a crash}
         asm
           movl TLSKey,%edx
           movl %fs:(0x2c),%eax