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
1 changed files with 1 additions and 1 deletions

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;