commit | 853a2870ce07a30d7ef259d4296a175843167891 | [log] [tgz] |
---|---|---|
author | Travis Finkenauer <tmfink@users.noreply.github.com> | Thu Jun 21 02:52:35 2018 -0400 |
committer | Nguyen Anh Quynh <aquynh@gmail.com> | Thu Jun 21 14:52:35 2018 +0800 |
tree | 35892922006436bf45ee16c1574b4f41fe424f11 | |
parent | 7723175e80bcb95c73e30052cb8a10e0aceacfc4 [diff] |
Declare global arch arrays with contents (#1171) This eliminates the need for archs_enable() and eliminates the racey initialization. This makes the architecture-specific init, option, and destroy functions non-static so that they may be called from a different file.