From 86ec66596544ad8b248e482d4ac84a2b3a3b33fd Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Thu, 24 Dec 2009 11:05:21 +0000 Subject: revert r35237 since it causes Mac unit tests to fail. "Split more targets from chrome.gyp to add support for building Native Client for 64-bit Windows. " BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/520006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35259 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/nacl/sel_main.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'chrome/nacl') diff --git a/chrome/nacl/sel_main.cc b/chrome/nacl/sel_main.cc index 4a2427b..c1f56d6 100644 --- a/chrome/nacl/sel_main.cc +++ b/chrome/nacl/sel_main.cc @@ -8,10 +8,6 @@ #include #endif -#ifdef _WIN64 /* TODO(gregoryd): remove this when win64 issues are fixed */ -#define NACL_NO_INLINE -#endif - EXTERN_C_BEGIN #include "native_client/src/shared/platform/nacl_sync.h" #include "native_client/src/shared/platform/nacl_sync_checked.h" @@ -54,10 +50,6 @@ static void StopForDebuggerInit(const struct NaClApp *state) { } int SelMain(const int desc, const NaClHandle handle) { -#ifdef _WIN64 - /* TODO(gregoryd): remove this when NaCl's service_runtime supports Win64 */ - return 0; -#else char *av[1]; int ac = 1; @@ -204,6 +196,5 @@ int SelMain(const int desc, const NaClHandle handle) { NaClAllModulesFini(); return ret_code; -#endif } -- cgit v1.1