Browse Source

Change readDataLoop alignment to 16

Glenn Anderson 3 years ago
parent
commit
c9dbfec6be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BlueSCSI.cpp

+ 1 - 1
src/BlueSCSI.cpp

@@ -857,7 +857,7 @@ void readDataPhase(int len, byte* p)
 /*
 /*
  * See writeDataLoop for optimization info.
  * 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)
 void readDataLoop(uint32_t blockSize)
 {
 {
   register byte *dstptr= m_buf;
   register byte *dstptr= m_buf;