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

Unified Diff: mojo/nacl/generator/libmojo.cc.tmpl

Issue 608613003: monacl: build_newlib -> build_pnacl_newlib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « mojo/mojo_nacl.gyp ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/generator/libmojo.cc.tmpl
diff --git a/mojo/nacl/generator/libmojo.cc.tmpl b/mojo/nacl/generator/libmojo.cc.tmpl
index 80fbea13b74740b91aab2adbd7f7f64e8c8ed415..7690d82e07207642037e4c558e1f3464605ff970 100644
--- a/mojo/nacl/generator/libmojo.cc.tmpl
+++ b/mojo/nacl/generator/libmojo.cc.tmpl
@@ -11,7 +11,7 @@
#define NACL_MOJO_DESC (NACL_CHROME_DESC_BASE + 2)
-static void DoMojoCall(uint32_t params[], int num_params) {
+static void DoMojoCall(uint32_t params[], nacl_abi_size_t num_params) {
NaClAbiNaClImcMsgIoVec iov[1] = {
{params, num_params}
};
« no previous file with comments | « mojo/mojo_nacl.gyp ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698