|
|
@@ -232,7 +232,7 @@ bool littlefury_lowl_match(const struct lowlevel_device_info * const info)
|
|
|
static
|
|
|
int littlefury_chip_count(struct cgpu_info * const info)
|
|
|
{
|
|
|
- /* Do not allocate spi_port on the Stack - EXC_BAD_ACCESS on OS X */
|
|
|
+ /* Do not allocate spi_port on the stack! OS X, at least, has a 512 KB default stack size for secondary threads */
|
|
|
struct spi_port *spi = malloc(sizeof(*spi));
|
|
|
spi->txrx = littlefury_txrx;
|
|
|
spi->cgpu = info;
|