[ros-dev] [ros-diffs] [dgorbachev] 63823: [NTOSKRNL][PSEH3] - Add inline asm dependencies to fix undefined reference errors when building with link-time optimization. - Improve formatting. - No functional changes.
Timo Kreuzer
timo.kreuzer at web.de
Thu Aug 7 09:07:25 UTC 2014
Am 07.08.2014 01:10, schrieb dgorbachev at svn.reactos.org:
> - : "m" (*(_TrylevelFrame)), "m" (*(_DataTable)), "c"(__builtin_alloca(0)) \
> + : "m" (*(_TrylevelFrame)), "m" (*(_DataTable)), "c" (__builtin_alloca(0)), "p" (_SEH3$_RegisterFrameWithNonVolatiles) \
What's this? Was that intentional?
Timo
More information about the Ros-dev
mailing list