Update to current version of Go library (revision 94d654be2064).
From-SVN: r171076
This commit is contained in:
parent
f617201f55
commit
5133f00ef8
293 changed files with 16312 additions and 4920 deletions
|
@ -31,7 +31,7 @@ __go_string_to_int_array (struct __go_string str)
|
|||
p += __go_get_rune (p, pend - p, &rune);
|
||||
}
|
||||
|
||||
data = (uint32_t *) runtime_mallocgc (c * sizeof (uint32_t), RefNoPointers,
|
||||
data = (uint32_t *) runtime_mallocgc (c * sizeof (uint32_t), FlagNoPointers,
|
||||
1, 0);
|
||||
p = str.__data;
|
||||
pd = data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue