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

Unified Diff: src/arm/simulator-arm.h

Issue 385069: Fix some style issues in the ARM code.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 1 month 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: src/arm/simulator-arm.h
===================================================================
--- src/arm/simulator-arm.h (revision 3292)
+++ src/arm/simulator-arm.h (working copy)
@@ -252,7 +252,7 @@
bool v_flag_;
// VFP architecture state.
- unsigned int vfp_register[32/*num_s_registers*/];
+ unsigned int vfp_register[num_s_registers];
bool n_flag_FPSCR_;
bool z_flag_FPSCR_;
bool c_flag_FPSCR_;

Powered by Google App Engine
This is Rietveld 408576698