On 32-bit systems we currently have an error that this commit fixes,
File "lib/knowledge/bap_knowledge.ml", line 116, characters 34-55:
116 | let branching_mask = of_int (-144115188075855872) (* 0b1111110000....0 *)
^^^^^^^^^^^^^^^^^^^^^
Error: Integer literal exceeds the range of representable integers of type int
On 32-bit systems we currently have an error that this commit fixes,