Source
...
Target
......@@ -170,6 +170,12 @@ typedef struct
#define DOS_NAME_LEN 256
typedef struct
{
uint lo, hi;
}
fspc_64;
/* Maximum number of connections */
#define MAX_DRIVES 8
......
......@@ -229,7 +229,6 @@ Free_ServiceRoutine ; On entry R0 = reason code 0-3
OmniS_FastMultiply64
FunctionEntry
STMFD sp!, {lr}
MOVS lr, a2, LSR #16
BIC a2, a2, lr, LSL #16
MOV ip, a3, LSR #16
......