fix for bit instructions
This commit is contained in:
parent
bef32c5a79
commit
6cdff6ef6b
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue