• Sandrine Bailleux's avatar
    Fix SPSR register size in gp_regs structure · bdb774df
    Sandrine Bailleux authored
    SPSR is a 32-bit register and so its size should be reflected in
    the gp_regs structure.  This patch fixes the type of gp_regs.spsr
    to use a 32-bit variable.  It also makes the size of the other
    register fields more explicit.
    
    Change-Id: I27e0367df1a91cc501d5217c1b3856d4097c60ba
    bdb774df
misc_helpers.S 8.11 KB