am 20958207
: Merge "Fix MIPS linker build"
* commit '20958207d5f9d36cc6f6b3edc4ff899c73b72b02': Fix MIPS linker build
This commit is contained in:
commit
9043202b5b
1 changed files with 1 additions and 1 deletions
|
@ -1487,7 +1487,7 @@ static bool soinfo_link_image(soinfo* si) {
|
|||
break;
|
||||
|
||||
default:
|
||||
DEBUG("Unused DT entry: type 0x%08x arg 0x%08x\n", d[-1], d[0]);
|
||||
DEBUG("Unused DT entry: type 0x%08x arg 0x%08x\n", d->d_tag, d->d_un.d_val);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue