diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ // along with rustv. If not, see <http://www.gnu.org/licenses/>. #![feature(braced_empty_structs, step_by)] -extern crate elfloader as elfloader_lib; +extern crate elfloader32 as elfloader_lib; pub mod isa; pub mod binary; |