File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ deps = {
17
17
'v8/tools/gyp' :
18
18
Var ('chromium_url' ) + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb' ,
19
19
'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 ' ,
21
21
'v8/third_party/icu' :
22
22
Var ('chromium_url' ) + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6' ,
23
23
'v8/third_party/instrumented_libraries' :
Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 7
12
12
#define V8_MINOR_VERSION 0
13
13
#define V8_BUILD_NUMBER 276
14
- #define V8_PATCH_LEVEL 20
14
+ #define V8_PATCH_LEVEL 22
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (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) {
742
742
ExternalReference::Create (IsolateAddressId::kCFunctionAddress , isolate ());
743
743
mov (StaticVariable (c_entry_fp_address), ebp);
744
744
mov (StaticVariable (context_address), esi);
745
- mov (StaticVariable (c_function_address), ebx );
745
+ mov (StaticVariable (c_function_address), edx );
746
746
}
747
747
748
748
You can’t perform that action at this time.
0 commit comments