Skip to content

Signed 24-bit values need sign expansion into 32 bits.

Alexei Podtelezhnikov requested to merge signed_OFF3 into master

Signed 24-bit values need sign expansion into 32 bits. Only PFR driver, only in bitmap strikes, and only conditionally uses the signed 24-bit values to specify the bitmap positioning and advance. Therefore this bug could never be captured.

Merge request reports