diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2021-01-06 19:53:22 +0100 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-01-15 19:05:00 -0800 |
commit | 9523d4408ad1dc8f5658ed27c772ae68c829d792 (patch) | |
tree | 15cc34f358bea06ce81af1d2089f663f27f55ccc /Cargo.lock | |
parent | 06aa925affdaf9b4fbbb8ba68ec4530e662a25e7 (diff) |
add superh
Made slightly less pretty by the many silicon- and run-time features
of most SuperH processors
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -341,6 +341,7 @@ dependencies = [ "yaxpeax-msp430", "yaxpeax-pic17", "yaxpeax-pic18", + "yaxpeax-superh", "yaxpeax-x86", ] @@ -407,6 +408,15 @@ dependencies = [ ] [[package]] +name = "yaxpeax-superh" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02789f779dd874674062a7407a1faadcb4dbbb70b313b465a2bdbb562bb4d1f7" +dependencies = [ + "yaxpeax-arch", +] + +[[package]] name = "yaxpeax-x86" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" |