mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix darwin arm binaryToObject support (just a missing break...)
This commit is contained in:
parent
661f6c28a8
commit
b0dd39aa86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user