Content-Length: 215263 | pFad | http://github.com/golang/go/commit/31f2f8d62441206136943740681b7cefc7a4eb14

96 [release-branch.go1.3] cmd/8g: fix build · golang/go@31f2f8d · GitHub
Skip to content

Commit

Permalink
[release-branch.go1.3] cmd/8g: fix build
Browse files Browse the repository at this point in the history
««« CL 129720043 / 0449858880be
cmd/8g: fix build

Fixes #8510.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/129720043
»»»

TBR=rsc
CC=golang-codereviews
https://golang.org/cl/129760043
  • Loading branch information
adg committed Aug 12, 2014
1 parent c6f639c commit 31f2f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/8g/peep.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ copyu(Prog *p, Adr *v, Adr *s)
static int
copyas(Adr *a, Adr *v)
{
if(D_AL <= a->type && a->type <= D_R15B)
if(D_AL <= a->type && a->type <= D_BL)
fatal("use of byte register");
if(D_AL <= v->type && v->type <= D_R15B)
if(D_AL <= v->type && v->type <= D_BL)
fatal("use of byte register");

if(a->type != v->type)
Expand Down

0 comments on commit 31f2f8d

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/golang/go/commit/31f2f8d62441206136943740681b7cefc7a4eb14

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy