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

Unified Diff: tools/srpcgen.py

Issue 6218004: Resource64->32, NaCl side. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First Created 9 years, 11 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
« tests/fake_browser_ppapi/main.cc ('K') | « tests/ppapi_proxy/basic_object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/srpcgen.py
diff --git a/tools/srpcgen.py b/tools/srpcgen.py
index 463df11ff97cdcf6a7fba922283ac8ca5785fecf..ffe078ab301adc0b088aa616c3b8afe55b5d168e 100755
--- a/tools/srpcgen.py
+++ b/tools/srpcgen.py
@@ -70,9 +70,9 @@ types = {'bool': ['b', 'bool', 'u.bval', ''],
'int32_t[]': ['I', 'int32_t*', 'arrays.iarr', 'u.count'],
'int64_t': ['l', 'int64_t', 'u.lval', ''],
'int64_t[]': ['L', 'int64_t', 'arrays.larr', 'u.count'],
- 'PP_Instance': ['l', 'PP_Instance', 'u.lval', ''],
- 'PP_Module': ['l', 'PP_Module', 'u.lval', ''],
- 'PP_Resource': ['l', 'PP_Resource', 'u.lval', ''],
+ 'PP_Instance': ['l', 'PP_Instance', 'u.ival', ''],
+ 'PP_Module': ['l', 'PP_Module', 'u.ival', ''],
+ 'PP_Resource': ['l', 'PP_Resource', 'u.ival', ''],
'string': ['s', 'char*', 'arrays.str', ''],
}
« tests/fake_browser_ppapi/main.cc ('K') | « tests/ppapi_proxy/basic_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698