mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-20 18:57:06 +02:00
Some missed types in LCS when ccw-related U16 changed to U32
This commit is contained in:
@@ -866,7 +866,7 @@ void LCS_Read( DEVBLK* pDEVBLK, U32 sCount,
|
||||
else
|
||||
{
|
||||
*pMore = 0;
|
||||
*pResidual -= (U16)iLength;
|
||||
*pResidual -= iLength;
|
||||
}
|
||||
|
||||
*pUnitStat = CSW_CE | CSW_DE;
|
||||
@@ -1124,8 +1124,8 @@ void LCS_Write( DEVBLK* pDEVBLK, U32 sCount,
|
||||
// ====================================================================
|
||||
|
||||
void LCS_SDC( DEVBLK* pDEVBLK, BYTE bOpCode,
|
||||
U16 sCount, BYTE* pIOBuf,
|
||||
BYTE* UnitStat, U16* pResidual,
|
||||
U32 sCount, BYTE* pIOBuf,
|
||||
BYTE* UnitStat, U32* pResidual,
|
||||
BYTE* pMore )
|
||||
{
|
||||
PLCSDEV pLCSDEV = (PLCSDEV)pDEVBLK->dev_data;
|
||||
|
||||
Reference in New Issue
Block a user