Skip to content

Commit

Permalink
Re-enabling opcodes PGIN and PGOUT for optable(z390)
Browse files Browse the repository at this point in the history
  • Loading branch information
abekornelis committed Aug 24, 2024
1 parent 279a93a commit 2e22a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tz390.java
Original file line number Diff line number Diff line change
Expand Up @@ -3766,7 +3766,7 @@ public void create_opcodes() // Routine added for RPI 1209
}
process_opcodes(op_table_XA);
process_opcodes(op_table_ESA);
if (opt_allow) process_opcodes(op_table_ESA_allow); // #561
if (opt_optable.equals("DFLT") || opt_optable.equals("Z390") || opt_allow) process_opcodes(op_table_ESA_allow); // #561
process_opcodes(op_table_ZOP);
process_opcodes(op_table_YOP);
process_opcodes(op_table_ZS3);
Expand Down

0 comments on commit 2e22a77

Please sign in to comment.