Commit 020dbcd4 authored by Kai Backman's avatar Kai Backman

revert setting of name from type. already set correctly.

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 1 deleted, 0 changed)
OCL=34799
CL=34801
parent 99f54911
......@@ -427,7 +427,6 @@ datagostring(Strlit *sval, Addr *a)
// $string len+ptr
datastring(sval->s, sval->len, &ap);
ap.name = ap.type;
ap.type = D_CONST;
ap.etype = TINT32;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment