Update bindings

This commit is contained in:
Mio
2022-07-06 09:33:45 +08:00
parent db8c04a07c
commit af1c661a12
7 changed files with 20 additions and 20 deletions

View File

@@ -165,8 +165,8 @@ bitflags! {
const THUMB = 0x10;
const MCLASS = 0x20;
const V8 = 0x40;
const ARMBE8 = 0x80;
const ARM926 = Self::ARMBE8.bits;
const ARMBE8 = 0x400;
const ARM926 = 0x80;
const ARM946 = 0x100;
const ARM1176 = 0x200;
const MICRO = Self::THUMB.bits;