From 9523d4408ad1dc8f5658ed27c772ae68c829d792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 6 Jan 2021 19:53:22 +0100 Subject: add superh Made slightly less pretty by the many silicon- and run-time features of most SuperH processors --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 89b12e1..9d68d4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" -- cgit v1.1