提交 950556ea 编写于 作者: D Derek Parker

Fix typo in error message

上级 2ed77e54
......@@ -195,7 +195,7 @@ func execExtendedOpcode(sm *StateMachine, instr byte, buf *bytes.Buffer) {
b, _ := buf.ReadByte()
fn, ok := extendedopcodes[b]
if !ok {
panic(fmt.Sprintf("Encountered unknown standard opcode %#v\n", b))
panic(fmt.Sprintf("Encountered unknown extended opcode %#v\n", b))
}
sm.LastWasStandard = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册