diff options
Diffstat (limited to 'Userland/Libraries/LibDebug/Dwarf/Expression.cpp')
-rw-r--r-- | Userland/Libraries/LibDebug/Dwarf/Expression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibDebug/Dwarf/Expression.cpp b/Userland/Libraries/LibDebug/Dwarf/Expression.cpp index 0924219770..14fe9df93b 100644 --- a/Userland/Libraries/LibDebug/Dwarf/Expression.cpp +++ b/Userland/Libraries/LibDebug/Dwarf/Expression.cpp @@ -12,7 +12,7 @@ namespace Debug::Dwarf::Expression { -Value evaluate(ReadonlyBytes bytes, const PtraceRegisters& regs) +Value evaluate(ReadonlyBytes bytes, PtraceRegisters const& regs) { InputMemoryStream stream(bytes); |