-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
MOVL $x-8(SP), AX assembles to raw LEAL -8(SP), AX. LEAL x-8(SP), AX assembles to raw LEAL (framesize-8)(SP), AX. It's a bit confusing that they have different interpretations of x-8(SP). Same for MOVQ on 6a. Can wait until after Go 1 because I think I'm the only one who ever uses that form instead of writing LEAL/LEAQ.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.