Summary: | mips: replace addi with addiu | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Vicente Olivert Riera <vincent.riera> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | cpigat242, mips32r2 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
mips: replace addi with addiu
mips: replace addi with addiu |
Created attachment 95845 [details]
mips: replace addi with addiu
Updated patch.
I have applied part of the change that replaces daddi/addi with daddiu/addiu as r16018. Thank you. This issue can be closed now. |
Created attachment 95815 [details] mips: replace addi with addiu ADDI instruction has been removed in R6 so let's use ADDIU instead.