mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 00:39:38 +00:00
MIPS64: Initial MIPS64 related change.
With this change Breakpad can be compiled for MIPS64, but it is not yet functional. Patch by Gordana Cmiljanovic <Gordana.Cmiljanovic@imgtec.com> Review URL: https://breakpad.appspot.com/6824002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1446 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -384,7 +384,9 @@ ParseThreadRegisters(CrashedProcess::Thread* thread,
|
||||
thread->fpregs.regs[i] = rawregs->float_save.regs[i];
|
||||
|
||||
thread->fpregs.fpcsr = rawregs->float_save.fpcsr;
|
||||
#if _MIPS_SIM == _ABIO32
|
||||
thread->fpregs.fir = rawregs->float_save.fir;
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
#error "This code has not been ported to your platform yet"
|
||||
|
||||
Reference in New Issue
Block a user