Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: tests/thread_capture/arch/mips/thread_capture_test_injection.c

Issue 12667019: [MIPS] Support for building tests for MIPS (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: updates to sandboxed_mips.S. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/thread_capture/arch/mips/thread_capture_test_injection.c
diff --git a/tests/thread_capture/arch/x86_64/thread_capture_test_injection.c b/tests/thread_capture/arch/mips/thread_capture_test_injection.c
similarity index 89%
copy from tests/thread_capture/arch/x86_64/thread_capture_test_injection.c
copy to tests/thread_capture/arch/mips/thread_capture_test_injection.c
index 67b1d5c8c2f281903c01a6359cab3c99e87ac863..6197a0c569a0f65c31c133df85e077e60a4816a6 100644
--- a/tests/thread_capture/arch/x86_64/thread_capture_test_injection.c
+++ b/tests/thread_capture/arch/mips/thread_capture_test_injection.c
@@ -1,12 +1,11 @@
/*
- * Copyright (c) 2012 The Native Client Authors. All rights reserved.
+ * Copyright (c) 2013 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "native_client/tests/thread_capture/thread_capture_test_injection.h"
-#include "native_client/src/include/portability.h"
#include "native_client/src/trusted/service_runtime/include/bits/nacl_syscalls.h"
#include "native_client/src/trusted/service_runtime/nacl_app_thread.h"
#include "native_client/src/trusted/service_runtime/nacl_copy.h"

Powered by Google App Engine
This is Rietveld 408576698