"frontend/src/i18n/vscode:/vscode.git/clone" did not exist on "4e75d8fda9f010e856741328d9a49ee66a1b3a53"
Fix SPSR register size in gp_regs structure
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
Please register or sign in to comment