mirror of
https://github.com/corda/corda.git
synced 2025-06-02 07:30:53 +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:
|
case PlatformInfo::Arm:
|
||||||
cpuType = CPU_TYPE_ARM;
|
cpuType = CPU_TYPE_ARM;
|
||||||
cpuSubType = CPU_SUBTYPE_ARM_V7;
|
cpuSubType = CPU_SUBTYPE_ARM_V7;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
// should never happen (see MachOPlatform declarations at bottom)
|
// should never happen (see MachOPlatform declarations at bottom)
|
||||||
fprintf(stderr, "unsupported architecture: %d\n", info.arch);
|
fprintf(stderr, "unsupported architecture: %d\n", info.arch);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user