diff options
Diffstat (limited to 'Userland/Libraries/LibDebug/Dwarf/Expression.h')
-rw-r--r-- | Userland/Libraries/LibDebug/Dwarf/Expression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibDebug/Dwarf/Expression.h b/Userland/Libraries/LibDebug/Dwarf/Expression.h index f377383089..8b0eec4003 100644 --- a/Userland/Libraries/LibDebug/Dwarf/Expression.h +++ b/Userland/Libraries/LibDebug/Dwarf/Expression.h @@ -31,6 +31,6 @@ enum class Operations : u8 { FbReg = 0x91, }; -Value evaluate(ReadonlyBytes, const PtraceRegisters&); +Value evaluate(ReadonlyBytes, PtraceRegisters const&); } |