mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-01-27 06:30:19 +00:00
Change readDataLoop alignment to 16
This commit is contained in:
parent
e0653d6647
commit
c9dbfec6be
@ -857,7 +857,7 @@ void readDataPhase(int len, byte* p)
|
||||
/*
|
||||
* See writeDataLoop for optimization info.
|
||||
*/
|
||||
void readDataLoop(uint32_t blockSize) __attribute__ ((aligned(8)));
|
||||
void readDataLoop(uint32_t blockSize) __attribute__ ((aligned(16)));
|
||||
void readDataLoop(uint32_t blockSize)
|
||||
{
|
||||
register byte *dstptr= m_buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user