Update dependencies of rust bindings
This commit is contained in:
@@ -305,7 +305,6 @@ pub enum RegisterARM64 {
|
||||
VBAR_EL2 = 288,
|
||||
VBAR_EL3 = 289,
|
||||
ENDING = 290,
|
||||
|
||||
// alias registers
|
||||
// (assoc) IP0 = 215,
|
||||
// (assoc) IP1 = 216,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -156,7 +156,6 @@ pub enum RegisterMIPS {
|
||||
CP0_CONFIG3 = 137,
|
||||
CP0_USERLOCAL = 138,
|
||||
ENDING = 139,
|
||||
|
||||
// alias registers
|
||||
// (assoc) ZERO = 2,
|
||||
// (assoc) AT = 3,
|
||||
|
||||
Reference in New Issue
Block a user