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

Unified Diff: tests/minsfi/sandbox_dummy.c

Issue 539683002: MinSFI: Add loader (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixed nits Created 6 years, 3 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
« no previous file with comments | « tests/minsfi/nacl.scons ('k') | tests/minsfi/test_initializer.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/minsfi/sandbox_dummy.c
diff --git a/tests/run_py/noop.c b/tests/minsfi/sandbox_dummy.c
similarity index 79%
copy from tests/run_py/noop.c
copy to tests/minsfi/sandbox_dummy.c
index 66d8935272c5047cdd5b5bc034b2f283e9fde055..48f381c6939d2ee5d9a9986d4c1938199125e44a 100644
--- a/tests/run_py/noop.c
+++ b/tests/minsfi/sandbox_dummy.c
@@ -4,6 +4,6 @@
* found in the LICENSE file.
*/
-int main(int argc, char* argv[]) {
- return 2;
+int _start(void) {
+ return 0xCAFEBABE;
}
« no previous file with comments | « tests/minsfi/nacl.scons ('k') | tests/minsfi/test_initializer.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698