mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 16:51:01 +08:00
runtime: Use correct size for unsafe.Pointer GC instructions.
From-SVN: r214965
This commit is contained in:
parent
345b82befb
commit
a7188cc650
@ -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 =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user