* include/winnt.h (GetCurrentFiber): Fix typo.
This commit is contained in:
parent
a1a1b83adf
commit
97101b51aa
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
2001-04-08 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winnt.h (GetCurrentFiber): Fix typo.
|
||||||
|
|
||||||
2001-04-08 Earnie Boyd <earnie@users.sourceforge.net>
|
2001-04-08 Earnie Boyd <earnie@users.sourceforge.net>
|
||||||
|
|
||||||
* include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
|
* include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
|
||||||
|
@ -2515,7 +2515,7 @@ __inline PVOID GetFiberData(void)
|
|||||||
void* ret;
|
void* ret;
|
||||||
__asm__ volatile ("
|
__asm__ volatile ("
|
||||||
movl %%fs:0x10,%0
|
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;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user