mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibDebug: Fix spelling mistake
This commit is contained in:
parent
4cf24c6ba2
commit
567fa4b2f0
Notes:
sideshowbarker
2024-07-18 09:06:56 +09:00
Author: https://github.com/gunnarbeutner
Commit: 567fa4b2f0
Pull-request: https://github.com/SerenityOS/serenity/pull/8725
3 changed files with 4 additions and 4 deletions
|
@ -226,7 +226,7 @@ static void parse_variable_location(Dwarf::DIE const& variable_die, DebugInfo::V
|
|||
auto value = Dwarf::Expression::evaluate(expression_bytes, regs);
|
||||
|
||||
if (value.type != Dwarf::Expression::Type::None) {
|
||||
VERIFY(value.type == Dwarf::Expression::Type::UnsignedIntetger);
|
||||
VERIFY(value.type == Dwarf::Expression::Type::UnsignedInteger);
|
||||
variable_info.location_type = DebugInfo::VariableInfo::LocationType::Address;
|
||||
variable_info.location_data.address = value.data.as_u32;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue