OSDN Git Service

* include/winnt.h (GetCurrentFiber): Fix typo.
authorearnie <earnie>
Sun, 8 Apr 2001 17:00:27 +0000 (17:00 +0000)
committerearnie <earnie>
Sun, 8 Apr 2001 17:00:27 +0000 (17:00 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winnt.h

index b2cc332..4083ef9 100644 (file)
@@ -1,6 +1,10 @@
 
 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
 
+       * include/winnt.h (GetCurrentFiber): Fix typo.
+
+2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
+
        * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
        * include/winbase.h: (GetFileAttributesExW): Fix typo.
        * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
index ed25f06..ba89358 100644 (file)
@@ -2515,7 +2515,7 @@ __inline PVOID GetFiberData(void)
     void* ret;
     __asm__ volatile ("
              movl      %%fs:0x10,%0
-             " : "-r" (ret) /* allow use of reg eax,ebx,ecx,edx,esi,edi */
+             " : "=r" (ret) /* allow use of reg eax,ebx,ecx,edx,esi,edi */
                :
                );
     return ret;