Project

General

Profile

« Previous | Next » 

Revision 59bb78eb

Added by peterzhu2118 (Peter Zhu) almost 2 years ago

[PRISM] Fix for s390x

On s390x, a long is 8 bytes. st_data_t is an unsigned long but
pm_constant_id_t is a 4 byte integer. We need to cast it to st_data_t
when passing it to ST functions.