operand: include '+0' in named symbol references
Intended to address an asmdecl error. [amd64] Butterfly: use of unnamed argument 0(FP); offset 0 is x0+0(FP) Updates #24
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// func block(h *[5]uint32, m []byte)
|
||||
TEXT ·block(SB), $64-32
|
||||
MOVQ h(FP), AX
|
||||
MOVQ h+0(FP), AX
|
||||
MOVQ m_base+8(FP), CX
|
||||
|
||||
// Load initial hash.
|
||||
|
||||
Reference in New Issue
Block a user