diff options
Diffstat (limited to 'src/compiler/codegen/MethodBitcode.cc')
-rw-r--r-- | src/compiler/codegen/MethodBitcode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/MethodBitcode.cc b/src/compiler/codegen/MethodBitcode.cc index 682de7ad6a..cff4ee5112 100644 --- a/src/compiler/codegen/MethodBitcode.cc +++ b/src/compiler/codegen/MethodBitcode.cc @@ -2891,7 +2891,7 @@ bool methodBitcodeBlockCodeGen(CompilationUnit* cUnit, llvm::BasicBlock* bb) LIR* headLIR = NULL; if (blockType == kCatchBlock) { - headLIR = newLIR0(cUnit, kPseudoSafepointPC); + headLIR = newLIR0(cUnit, kPseudoExportedPC); } // Free temp registers and reset redundant store tracking */ |