diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 87681cfe9f..c4694ee291 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -211,6 +211,7 @@ Runtime::Runtime() safe_mode_(false) { CheckAsmSupportOffsetsAndSizes(); std::fill(callee_save_methods_, callee_save_methods_ + arraysize(callee_save_methods_), 0u); + interpreter::CheckInterpreterAsmConstants(); } Runtime::~Runtime() { |