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

Unified Diff: v8/src/checks.h

Issue 11472: Experimental: initial simple support for registers in the virtual... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 12 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
« no previous file with comments | « no previous file | v8/src/virtual-frame-ia32.h » ('j') | v8/src/virtual-frame-ia32.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8/src/checks.h
===================================================================
--- v8/src/checks.h (revision 792)
+++ v8/src/checks.h (working copy)
@@ -230,7 +230,7 @@
template <int> class StaticAssertionHelper { };
#define STATIC_CHECK(test) \
typedef \
- StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>(test)>)> \
+ StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>((test))>)> \
SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
« no previous file with comments | « no previous file | v8/src/virtual-frame-ia32.h » ('j') | v8/src/virtual-frame-ia32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698