Commit fc0e29a
committed
api/ops: Add missing MSG_OP_GENERIC_USDT to OpCodeStrings
The MSG_OP_GENERIC_USDT opcode (28) was defined but missing from the
OpCodeStrings map. This would cause the String() method to return
"Unknown(28)" and log a bug report message when this opcode was
encountered.
Signed-off-by: Tam Mach <[email protected]>1 parent 45b6a9b commit fc0e29a
2 files changed
+5
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments