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

Unified Diff: src/trusted/validator_arm/build.scons

Issue 10949006: Change table data_processing_immediate to use the new notation. Also (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 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 | « src/trusted/validator_arm/armv7.table ('k') | src/trusted/validator_arm/dgen_core.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/build.scons
===================================================================
--- src/trusted/validator_arm/build.scons (revision 9791)
+++ src/trusted/validator_arm/build.scons (working copy)
@@ -121,7 +121,7 @@
# Adds the (NEON) turned off tables to the list of generator command
# line arguments.
if TURNED_OFF_TABLES:
- GEN_CL_ARGS += GEN_CL_ARGS + ''.join(
+ GEN_CL_ARGS = GEN_CL_ARGS + ''.join(
[' --table_remove=' + tbl for tbl in TURNED_OFF_TABLES])
generate = False
« no previous file with comments | « src/trusted/validator_arm/armv7.table ('k') | src/trusted/validator_arm/dgen_core.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698