Skip to content

Commit

Permalink
modify tr_opcode_names size
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoldstein322 committed Feb 8, 2024
1 parent fd5580e commit 0e43251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/x86_trace_generator/trace_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ string tr_cf_names[10] = {
"CF_SYS",
"CF_ICBR"};

string tr_opcode_names[106] = {
string tr_opcode_names[122] = {
"INVALID",
"3DNOW",
"ADOX_ADCX",
Expand Down

0 comments on commit 0e43251

Please sign in to comment.