增加websocket支持
This commit is contained in:
6
vendor/golang.org/x/arch/x86/x86asm/plan9x.go
generated
vendored
6
vendor/golang.org/x/arch/x86/x86asm/plan9x.go
generated
vendored
@@ -83,12 +83,6 @@ func GoSyntax(inst Inst, pc uint64, symname SymLookup) string {
|
||||
}
|
||||
}
|
||||
|
||||
if inst.Op == CMP {
|
||||
// Use reads-left-to-right ordering for comparisons.
|
||||
// See issue 60920.
|
||||
args[0], args[1] = args[1], args[0]
|
||||
}
|
||||
|
||||
if args != nil {
|
||||
op += " " + strings.Join(args, ", ")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user