py: Support arm and thumb ARM ISAs, in addition to thumb2.

These changes were tested with QEMU, and by few people of real hardware.
This commit is contained in:
Paul Sokolovsky
2014-06-22 01:14:28 +03:00
parent 59c675a64c
commit a96cc824bd
3 changed files with 11 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ void gc_helper_get_regs(regs_t arr) {
}
#endif
#ifdef __thumb2__
#if defined(__thumb2__) || defined(__thumb__) || defined(__arm__)
typedef machine_uint_t regs_t[10];
void gc_helper_get_regs(regs_t arr) {