about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-13 19:42:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-03-13 20:13:55 -0700
commitd1b8d5eeb230a0c4ee480c0d7d36a6663c73f3fd (patch)
treebfe137a1f4e2baaa470e1cb36c2ab61b3d6c0dba /011load.cc
parent3e53459aaff03e42ba4610b08fa35783873b65b4 (diff)
downloadmu-d1b8d5eeb230a0c4ee480c0d7d36a6663c73f3fd.tar.gz
2771 - fix for clang on 32-bit machines
Turns out that LLVM/Clang still doesn't support multiplying 64-bit
numbers on a 32-bit platform.
  https://llvm.org/bugs/show_bug.cgi?id=14469

This is just a quick fix, because it turns out I don't have any integer
multiplication anywhere else. In the long run I think I'm going to just
drop 'long long int' in favor of 'int'. Overflow is less likely than
this configuration on somebody's machine.
Diffstat (limited to '011load.cc')
0 files changed, 0 insertions, 0 deletions