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.toml | |
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.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,3 +30,4 @@ yaxpeax-pic17 = { version = "0.0.3" } yaxpeax-pic18 = { version = "0.0.3" } yaxpeax-x86 = { version = "0.1.2" } yaxpeax-ia64 = { version = "0.1.1" } +yaxpeax-superh = { version = "0.1.0" } |