commit | 6702243ea2332b566d8e8b871cc9db0906d835ad | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Nov 29 18:04:50 2012 -0800 |
committer | Ian Rogers <irogers@google.com> | Tue Dec 11 11:35:41 2012 -0800 |
tree | dc530339fa07de6028c0771edb082f58ea3686f9 | |
parent | a169e1d8d968800380245cda450505d969ebff76 [diff] [blame] |
Support for SetVReg and add SetGPR. These changes are useful for debugging and are required for being able to change all GC roots. MIPS is untested. Change-Id: I2ba055de64264098bffe869a4fb192d0975f1c8f
diff --git a/src/thread.cc b/src/thread.cc index 7490d2a..5745c9b 100644 --- a/src/thread.cc +++ b/src/thread.cc
@@ -1793,6 +1793,7 @@ result = Context::Create(); } else { long_jump_context_ = NULL; // Avoid context being shared. + result->Reset(); } return result; }