Update dependencies of rust bindings

This commit is contained in:
Bet4
2021-10-06 22:43:14 +08:00
parent 0c976ec704
commit 8120a11f24
6 changed files with 7 additions and 9 deletions

View File

@@ -305,7 +305,6 @@ pub enum RegisterARM64 {
VBAR_EL2 = 288,
VBAR_EL3 = 289,
ENDING = 290,
// alias registers
// (assoc) IP0 = 215,
// (assoc) IP1 = 216,

View File

@@ -138,7 +138,6 @@ impl std::fmt::Debug for UnicornInner {
}
impl<'a> UnicornHandle<'a> {
/// Return the architecture of the current emulator.
pub fn get_arch(&self) -> Arch {
self.inner.arch

View File

@@ -156,7 +156,6 @@ pub enum RegisterMIPS {
CP0_CONFIG3 = 137,
CP0_USERLOCAL = 138,
ENDING = 139,
// alias registers
// (assoc) ZERO = 2,
// (assoc) AT = 3,