summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/x64/register-allocator-x64.h
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/x64/register-allocator-x64.h')
-rw-r--r--V8Binding/v8/src/x64/register-allocator-x64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/V8Binding/v8/src/x64/register-allocator-x64.h b/V8Binding/v8/src/x64/register-allocator-x64.h
index bc08112..8672796 100644
--- a/V8Binding/v8/src/x64/register-allocator-x64.h
+++ b/V8Binding/v8/src/x64/register-allocator-x64.h
@@ -35,7 +35,7 @@ class RegisterAllocatorConstants : public AllStatic {
public:
// Register allocation is not yet implemented on x64, but C++
// forbids 0-length arrays so we use 1 as the number of registers.
- static const int kNumRegisters = 1;
+ static const int kNumRegisters = 12;
static const int kInvalidRegister = -1;
};