Fix bugs with history setup.

This commit is contained in:
2026-09-03 06:59:55 +01:00
parent 956bdd6039
commit 33dc9ad507
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void Function::register_extented(BEd &ctx) {
}
);
ctx.functions.insert(
"history-list",
"hl",
Function{
.address_kind = Function::AddressKind::None,
.argument_kind = Function::ArgumentKind::None,