commit | 45a76cb99104a222d6a9bd768a084893dcb7cf30 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Jul 21 22:00:15 2011 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri Jul 22 15:16:43 2011 -0700 |
tree | 995557ba95942309ffe9c4a13819a10da8c4b4bb | |
parent | 69759eaa6fd4386f1e6d8748052ad221087b3476 [diff] [blame] |
Exception and suspend count polling on JNI bridge return. Change-Id: I0e5597fcbdcdb88100b18d63323e7ba8d27f13fe
diff --git a/src/assembler.cc b/src/assembler.cc index 52d424a..8bd7625 100644 --- a/src/assembler.cc +++ b/src/assembler.cc
@@ -54,6 +54,7 @@ cursor_ = contents_; limit_ = ComputeLimit(contents_, kInitialBufferCapacity); fixup_ = NULL; + slow_path_ = NULL; #if defined(DEBUG) has_ensured_capacity_ = false; fixups_processed_ = false;