am 8f4880e2: am 2527a8b5: am 9043202b: am 20958207: Merge "Fix MIPS linker build"
* commit '8f4880e2c66d60283d443f6c9b5ef4136d2c6621': Fix MIPS linker build
This commit is contained in:
commit
01b5c0f126
@ -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…
x
Reference in New Issue
Block a user