mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Add missing #endif
svn path=/trunk/; revision=26108
This commit is contained in:
parent
0d0de63b1b
commit
294005ab57
1 changed files with 2 additions and 0 deletions
|
@ -943,4 +943,6 @@ static __inline__ __attribute__((always_inline)) void __wbinvd(void)
|
||||||
__asm__ __volatile__("wbinvd");
|
__asm__ __volatile__("wbinvd");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* KJK_INTRIN_X86_H_ */
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue