commit | 5eb0da0568a241f72732eb2143538fb14879a52c | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Mon Jan 29 14:33:49 2018 +1100 |
committer | Tobin C. Harding <me@tobin.cc> | Sat Apr 07 08:50:34 2018 +1000 |
tree | 720254a6a378c39737ada94f27eec7c49cd7c6b7 | |
parent | 6efb7458280a8f5d4c1955324e9d8985e90a882b [diff] |
leaking_addresses: add is_arch() wrapper subroutine Currently there is duplicate code when checking the architecture type. We can remove the duplication by implementing a wrapper function is_arch(). Implement and use wrapper function is_arch(). Signed-off-by: Tobin C. Harding <me@tobin.cc>