File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ deps = {
1717 'v8/tools/gyp' :
1818 Var ('chromium_url' ) + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb' ,
1919 'v8/third_party/depot_tools' :
20- Var ('chromium_url' ) + '/chromium/tools/depot_tools.git' + '@' + '1aa405fd859a3bd625b0d61184d6e4a3cf95c0b4 ' ,
20+ Var ('chromium_url' ) + '/chromium/tools/depot_tools.git' + '@' + 'aaf2cc09c6874e394c6c1e4692360cc400d6b388 ' ,
2121 'v8/third_party/icu' :
2222 Var ('chromium_url' ) + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6' ,
2323 'v8/third_party/instrumented_libraries' :
Original file line number Diff line number Diff line change 1111#define V8_MAJOR_VERSION 7
1212#define V8_MINOR_VERSION 0
1313#define V8_BUILD_NUMBER 276
14- #define V8_PATCH_LEVEL 20
14+ #define V8_PATCH_LEVEL 22
1515
1616// Use 1 for candidates and 0 otherwise.
1717// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ void MacroAssembler::EnterExitFramePrologue(StackFrame::Type frame_type) {
742742 ExternalReference::Create (IsolateAddressId::kCFunctionAddress , isolate ());
743743 mov (StaticVariable (c_entry_fp_address), ebp);
744744 mov (StaticVariable (context_address), esi);
745- mov (StaticVariable (c_function_address), ebx );
745+ mov (StaticVariable (c_function_address), edx );
746746}
747747
748748
You can’t perform that action at this time.
0 commit comments