diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/arm/ArmSystem.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/arm/ArmSystem.py b/src/arch/arm/ArmSystem.py index 9bd11041a..495211248 100644 --- a/src/arch/arm/ArmSystem.py +++ b/src/arch/arm/ArmSystem.py @@ -41,7 +41,8 @@ from System import System class ArmMachineType(Enum): map = {'RealView_EB' : 827, - 'RealView_PBX' : 1901 } + 'RealView_PBX' : 1901, + 'VersatileExpress' : 2272} class ArmSystem(System): type = 'ArmSystem' |