Validate the names of mnemonics, prefixes, and registers for amd64

This commit is contained in:
gingerBill
2026-08-11 10:44:34 +01:00
parent d827be77cd
commit 70ca5c0936
5 changed files with 776 additions and 616 deletions

View File

@@ -4313,6 +4313,11 @@ int main(int arg_count, char const **arg_ptr) {
Checker *checker = permanent_alloc_item<Checker>();
bool failed_to_cache_parsing = false;
TIME_SECTION("init asm tables");
{
g_asm_amd64.init();
}
MAIN_TIME_SECTION("parse files");
if (!init_parser(parser)) {