diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-10 10:50:46 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-10 10:50:46 -0800 |
commit | 073947c150316cfc0bd440851e590663c3b67814 (patch) | |
tree | 892fc64c0d5cdfd021c14af01a631f6b6c91b982 /deps/v8/src/ia32/register-allocator-ia32.cc | |
parent | c2c0cfb75f46ddcb3a0900f244966764d2640240 (diff) | |
download | node-new-073947c150316cfc0bd440851e590663c3b67814.tar.gz |
Upgrade V8 to 2.1.3
Diffstat (limited to 'deps/v8/src/ia32/register-allocator-ia32.cc')
-rw-r--r-- | deps/v8/src/ia32/register-allocator-ia32.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/ia32/register-allocator-ia32.cc b/deps/v8/src/ia32/register-allocator-ia32.cc index 20539bff95..3ccfe8cd02 100644 --- a/deps/v8/src/ia32/register-allocator-ia32.cc +++ b/deps/v8/src/ia32/register-allocator-ia32.cc @@ -49,6 +49,7 @@ void Result::ToRegister() { Immediate(handle())); } // This result becomes a copy of the fresh one. + fresh.set_number_info(number_info()); *this = fresh; } ASSERT(is_register()); |