Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `0xdeadbeef` constant in Vala is implicitly an int64. On 32 bit big-endian architectures like powerpc this argument vanishes during its interpretation through varargs and long (i.e. gets shifted to the second argument, which we never look at). Explicitly make it an int.
- Loading branch information