Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Update name to msp430
Browse files Browse the repository at this point in the history
  • Loading branch information
jrozner committed Aug 21, 2024
1 parent 4ef3afc commit 8f309dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use architecture::Msp430;
pub extern "C" fn CorePluginInit() -> bool {
binaryninja::logger::init(log::LevelFilter::Info).unwrap();
let arch = binaryninja::architecture::register_architecture(
"msp430-native",
"msp430",
|custom_handle, handle| Msp430::new(handle, custom_handle),
);

Expand Down

0 comments on commit 8f309dd

Please sign in to comment.