diff options
| author | 2025-01-27 16:01:30 -0800 | |
|---|---|---|
| committer | 2025-01-27 16:01:30 -0800 | |
| commit | 2c17c24f7c405def4c575a80998c88c293b71b81 (patch) | |
| tree | c0aebda5f9fd147046b8d3c7ed7594a55bd9f4d7 /compiler/utils | |
| parent | b0e55cccb49d459cbf63d8add1b60aa18fba52a2 (diff) | |
| parent | 4613299e5cc0f01ad6cbd3752d006d29c5601fd7 (diff) | |
Snap for 12974810 from 4613299e5cc0f01ad6cbd3752d006d29c5601fd7 to 25Q2-release
Change-Id: Ie82dd15970b0704471231d3be6af042743e6b05c
Diffstat (limited to 'compiler/utils')
| -rw-r--r-- | compiler/utils/assembler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 0548cf8325..d1e4675492 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -396,6 +396,7 @@ class Assembler : public DeletableArenaObject<kArenaAllocAssembler> { * @details It is used by debuggers and other tools to unwind the call stack. */ DebugFrameOpCodeWriterForAssembler& cfi() { return cfi_; } + const DebugFrameOpCodeWriterForAssembler& cfi() const { return cfi_; } ArenaAllocator* GetAllocator() { return buffer_.GetAllocator(); |