fix for bit instructions

This commit is contained in:
Folkert van Heusden 2025-04-07 13:29:19 +02:00
parent bef32c5a79
commit 6cdff6ef6b
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -468,7 +468,7 @@ void emit_bit_instructions()
char filename[64]; char filename[64];
sprintf(filename, "pdp1170-valtest-BIT-INSTRUCTIONS-%d.json", group); sprintf(filename, "pdp1170-valtest-BIT-INSTRUCTIONS-%d.json", group);
if (file_exist(filename)) if (file_exist(filename))
return; continue;
int id = 0; int id = 0;
json_t *out = json_array(); json_t *out = json_array();
for(int word=0; word<2; word++) { for(int word=0; word<2; word++) {