OLD | NEW |
1 // Copyright 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // be found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "native_client/src/trusted/plugin/nexe_arch.h" | 5 #include "native_client/src/trusted/plugin/nexe_arch.h" |
6 | 6 |
7 #if defined(NACL_STANDALONE) | 7 #if defined(NACL_STANDALONE) |
8 const char* NaClPluginGetSandboxISA() { | 8 const char* NaClPluginGetSandboxISA() { |
9 return plugin::GetSandboxISA(); | 9 return plugin::GetSandboxISA(); |
10 } | 10 } |
11 #endif | 11 #endif |
12 | 12 |
OLD | NEW |