This commit is contained in:
2026-08-22 15:31:21 +01:00
parent 387ea61efd
commit 1f3b53753a
4 changed files with 4 additions and 18 deletions
-1
View File
@@ -57,7 +57,6 @@ void BEd::handle(std::string_view cmd_, bool eof) {
if (suffixes[cmd[i] - 'a'].has_value())
suffix = &(suffixes[cmd[i++] - 'a'].value());
skip_space();
std::cout << i << " " << cmd << std::endl;
if (i < cmd.size())
throw ed_error("Command error.");
}
+1 -1
View File
@@ -71,6 +71,6 @@ uint64_t Address::resolve(BEd &ctx) {
base
);
return result + offset;
return result;
}
}; // namespace bed::internal::address