This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-10 00:34:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9b17c1b99d
reactos
/
ntoskrnl
/
include
/
internal
/
powerpc
/
intrin_i.h
6 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
- Move from using include guards to pragma once. - Whilst this is non-standard and potentially makes the code less portable, it's supported by both gcc and msvc and should bringg increased compilation speed due to its optimized behaviour (doesn't need to invoke the preprocessor) - Patch by Amine Khaldi [amine.khaldi@reactos.org] svn path=/trunk/; revision=45685
2010-02-26 11:43:19 +00:00
#
pragma once
Added freeldr and hal from PPC branch, along with needed headers and build changes. Next ntoskrnl and add ppc dir under libcntptr, which didn't exist when I forked. svn path=/trunk/; revision=28793
2007-09-03 01:57:36 +00:00
All remaining changes from the PPC branch. Not well tested yet. Many things are indeed still stubs or WIP code. Some people have been interested in helping out from some time and I'm sorry I haven't been able to do this merge finally for a while. svn path=/trunk/; revision=29407
2007-10-06 07:53:20 +00:00
#
define Ke386SaveFlags(x) __asm__ __volatile__("mfmsr %0" : "=r" (x) :)
Added freeldr and hal from PPC branch, along with needed headers and build changes. Next ntoskrnl and add ppc dir under libcntptr, which didn't exist when I forked. svn path=/trunk/; revision=28793
2007-09-03 01:57:36 +00:00
/* EOF */
Reference in a new issue
Copy permalink