• Russell King's avatar
    [ARM] Fix sparse warnings in nwfpe. · 749fb94b
    Russell King authored
    This fixes sparse warnings in fpa11_cpdt (coprocessor data transfer)
    instruction emulation.  Note that pointers need to be cast to unsigned
    long not unsigned int, so convert user registers to be unsigned long
    type.
    749fb94b
fpa11_cpdt.c 8.17 KB