Skip to content

Commit

Permalink
πŸ› Path op tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
TekMath committed Mar 8, 2024
1 parent e9125ce commit 3a287b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/sources/op.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const op_t op_tab[] = {
{0, 0, {0}, 0, 0, false}
};

const op_t op_tab_health[] = {
const op_t op_tab_old[] = {
{"live", 1, {T_DIR}, 1, 10, false},
{"ld", 2, {T_DIR | T_IND, T_REG}, 2, 5, true},
{"st", 2, {T_REG, T_IND | T_REG}, 3, 5, true},
Expand Down

0 comments on commit 3a287b8

Please sign in to comment.