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

Unified Diff: src/frames.h

Issue 181453002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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/flag-definitions.h ('k') | src/frames-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index af2b55afb5748d4d112755a76094320d08921cdc..e5b6d3dd02b20548b478d1774aa26f194e6178ad 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -35,11 +35,7 @@
namespace v8 {
namespace internal {
-#if V8_TARGET_ARCH_A64
-typedef uint64_t RegList;
-#else
typedef uint32_t RegList;
-#endif
// Get the number of registers in a given register list.
int NumRegs(RegList list);
« no previous file with comments | « src/flag-definitions.h ('k') | src/frames-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698