This commit is contained in:
folkert van heusden 2024-03-31 21:59:44 +02:00
parent bea00df144
commit 9907382708
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -173,7 +173,6 @@ int run_cpu_validation(const std::string & filename)
}
}
// TODO check SP[]
{
json_t *a_sp = json_object_get(registers_after, "sp");
size_t array_size = json_array_size(a_sp);