runtime: Use correct size for unsafe.Pointer GC instructions.

From-SVN: r214965
This commit is contained in:
Ian Lance Taylor 2014-09-05 14:43:24 +00:00
parent 345b82befb
commit a7188cc650

View File

@ -39,7 +39,7 @@ static const String reflection_string =
sizeof REFLECTION - 1
};
const uintptr unsafe_Pointer_gc[] = {8, GC_APTR, 0, GC_END};
const uintptr unsafe_Pointer_gc[] = {sizeof(void*), GC_APTR, 0, GC_END};
const struct __go_type_descriptor unsafe_Pointer =
{