Author: tkreuzer
Date: Mon Feb 2 21:51:15 2009
New Revision: 39298
URL:
http://svn.reactos.org/svn/reactos?rev=39298&view=rev
Log:
#if out x86 specific inline code for other archictectures
Modified:
branches/ros-amd64-bringup/reactos/include/reactos/wine/exception.h
Modified: branches/ros-amd64-bringup/reactos/include/reactos/wine/exception.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/reactos/wine/exception.h [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/include/reactos/wine/exception.h [iso-8859-1] Mon
Feb 2 21:51:15 2009
@@ -54,6 +54,7 @@
#define EXCEPTION_VM86_STI 0x80000111
#define EXCEPTION_VM86_PICRETURN 0x80000112
+#ifdef _M_X86
static inline EXCEPTION_REGISTRATION_RECORD *__wine_push_frame(
EXCEPTION_REGISTRATION_RECORD *frame )
{
frame->Prev = (struct _EXCEPTION_REGISTRATION_RECORD *)__readfsdword(0);
@@ -68,6 +69,7 @@
}
extern void __wine_enter_vm86( CONTEXT *context );
+#endif
#ifdef __cplusplus
}