mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/asm: delete Addr.Reg2
That which cannot happen has not happened. No immediate changes to Addr or Prog size. Change-Id: I4cb9315f2c9f5f92eda340bfc4abb46395fa467f Reviewed-on: https://go-review.googlesource.com/10513 Reviewed-by: Dave Cheney <dave@cheney.net> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2286e452bd
commit
4ed7d06a87
2 changed files with 2 additions and 5 deletions
|
|
@ -146,7 +146,6 @@ import "encoding/binary"
|
|||
type Addr struct {
|
||||
Type int16
|
||||
Reg int16
|
||||
Reg2 int16 // RHS of register pair. AX:DX (386)
|
||||
Index int16
|
||||
Scale int16 // Sometimes holds a register.
|
||||
Name int8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue