Commit 3df1f00b authored by Xia Bin's avatar Xia Bin Committed by Rob Pike

doc: ArgsSizeUnknown it's defined in cmd/internal/objabi now

Change-Id: I877c82788f3edbcb0b334b42049c1a06f36a6477
Reviewed-on: https://go-review.googlesource.com/123517Reviewed-by: default avatarRob Pike <r@golang.org>
parent 964c15f3
......@@ -137,7 +137,7 @@ func (p *Parser) asmText(operands [][]lex.Token) {
// Bizarre syntax: $frameSize-argSize is two words, not subtraction.
// Both frameSize and argSize must be simple integers; only frameSize
// can be negative.
// The "-argSize" may be missing; if so, set it to obj.ArgsSizeUnknown.
// The "-argSize" may be missing; if so, set it to objabi.ArgsSizeUnknown.
// Parse left to right.
op := operands[next]
if len(op) < 2 || op[0].ScanToken != '$' {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment