That is, on hppa, the word at 0x004DEF7C is 0x00BD0000 instead of 0x00000000, same for the word at 0x004DEF80, and the word at 0x004DEF84 is 0x00BD454F instead of 0x0000454F. That is, these three words are OR’d with 0x00BD0000.
This just might be uninitialised memory or something.
From https://github.com/davy7125/polyphone/pull/98#issuecomment-685897200
That is, on hppa, the word at 0x004DEF7C is 0x00BD0000 instead of 0x00000000, same for the word at 0x004DEF80, and the word at 0x004DEF84 is 0x00BD454F instead of 0x0000454F. That is, these three words are OR’d with 0x00BD0000.
This just might be uninitialised memory or something.