diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2012-01-06 13:03:06 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2012-01-06 13:03:06 -0800 |
commit | 8e5674fb5cb31fd872b9b74fde0430603806a48a (patch) | |
tree | 3e51952c9d42078a2fef42b428f2996ce6b5d085 /deps/v8/src/ia32/builtins-ia32.cc | |
parent | 42281124d4b83b0e99baf5d56b696ef242399f51 (diff) | |
download | node-new-8e5674fb5cb31fd872b9b74fde0430603806a48a.tar.gz |
Upgrade V8 to 3.8.5
Diffstat (limited to 'deps/v8/src/ia32/builtins-ia32.cc')
-rw-r--r-- | deps/v8/src/ia32/builtins-ia32.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/ia32/builtins-ia32.cc b/deps/v8/src/ia32/builtins-ia32.cc index 3d274f2e6b..55f66f1df8 100644 --- a/deps/v8/src/ia32/builtins-ia32.cc +++ b/deps/v8/src/ia32/builtins-ia32.cc @@ -1,4 +1,4 @@ -// Copyright 2011 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -1297,6 +1297,7 @@ static void ArrayNativeCode(MacroAssembler* masm, __ bind(&has_non_smi_element); // Throw away the array that's only been partially constructed. __ pop(eax); + __ UndoAllocationInNewSpace(eax); // Restore argc and constructor before running the generic code. __ bind(&prepare_generic_code_call); |