commit | 1188480ae5e7834d668b6e922293d37ad9e7f3b9 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Sep 30 12:13:44 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Oct 11 13:41:54 2014 -0400 |
tree | ca5ffb3b2f485df06fba59c15b0b49b1ad8aa06f | |
parent | 2342129449c2191f048d4d86153940fde35719b1 [diff] |
Break up call32() into call32() and call32_sloppy() This separates call32() into two functions. It also moves the call16_sloppy() code next to the call32_sloppy() code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>