大佬们请教个问题。void func(int64 *data){ int64 value = *data;}32位操作系统上调用这个接口就挂了,coredump分析不出来,大佬们能解释下嘛?问题挂在 *data取值。