fix darwin arm binaryToObject support (just a missing break...)

This commit is contained in:
Joshua Warner 2012-04-30 09:43:24 -06:00
parent 661f6c28a8
commit b0dd39aa86

View File

@ -159,6 +159,7 @@ public:
case PlatformInfo::Arm:
cpuType = CPU_TYPE_ARM;
cpuSubType = CPU_SUBTYPE_ARM_V7;
break;
default:
// should never happen (see MachOPlatform declarations at bottom)
fprintf(stderr, "unsupported architecture: %d\n", info.arch);