1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:07:56 -07:00

cmd/5g: fix typo

TBR=lvd
CC=golang-dev
https://golang.org/cl/6275048
This commit is contained in:
Russ Cox 2012-06-02 23:57:38 -04:00
parent bbac652b31
commit b1cb5f5dcb

View File

@ -1143,7 +1143,7 @@ gregshift(int as, Node *lhs, int32 stype, Node *reg, Node *rhs)
// Generate an instruction referencing *n
// to force segv on nil pointer dereference.
bsdvoid
void
checkref(Node *n)
{
Node m1, m2;