Added support or the ARM processor

This commit is contained in:
Michiel Broek
2007-08-22 21:09:23 +00:00
parent df8d4452f2
commit e00223aedd
5 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
* Purpose ...............: Monitor Program
*
*****************************************************************************
* Copyright (C) 1997-2006
* Copyright (C) 1997-2007
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@@ -439,6 +439,8 @@ void soft_info(void)
p = xstrcat(p, (char *)" Alpha)");
#elif defined(__hppa__)
p = xstrcat(p, (char *)" HPPA)");
#elif defined(_arm__)
p = xstrcat(p, (char *)" ARM)");
#else
#error "Unknown CPU"
#endif