[ros-diffs] [tkreuzer] 39299: #if out x86 specific inline code for other archictectures

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Feb 3 04:51:41 CET 2009


Author: tkreuzer
Date: Mon Feb  2 21:51:40 2009
New Revision: 39299

URL: http://svn.reactos.org/svn/reactos?rev=39299&view=rev
Log:
#if out x86 specific inline code for other archictectures

Modified:
    branches/ros-amd64-bringup/reactos/lib/sdk/crt/include/internal/wine/cppexcept.h

Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/include/internal/wine/cppexcept.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sdk/crt/include/internal/wine/cppexcept.h?rev=39299&r1=39298&r2=39299&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/sdk/crt/include/internal/wine/cppexcept.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/include/internal/wine/cppexcept.h [iso-8859-1] Mon Feb  2 21:51:40 2009
@@ -52,6 +52,7 @@
 #define EH_STACK_INVALID    0x08
 #define EH_NESTED_CALL      0x10
 
+#ifdef _M_X86
 static inline EXCEPTION_REGISTRATION_RECORD *__wine_push_frame( EXCEPTION_REGISTRATION_RECORD *frame )
 {
     frame->Next = (struct _EXCEPTION_REGISTRATION_RECORD *)__readfsdword(0);
@@ -64,6 +65,7 @@
 	__writefsdword(0, (unsigned long)frame->Next);
     return frame->Next;
 }
+#endif
 
 #define __TRY _SEH2_TRY
 #define __EXCEPT(func) _SEH2_EXCEPT(func(_SEH2_GetExceptionInformation()))



More information about the Ros-diffs mailing list