commit | 17416eaff2bee8f81a094fb2805a2f1920c81a5e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 02 00:04:50 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:40 2019 +0200 |
tree | 77faefa00ced38a175cdd36637e5b1946a8901e3 | |
parent | 3796156a80739031b5c540ded2483dd87fef8083 [diff] |
disk: part: avoid undefined reference to `__udivmoddi4' When compiling with FTRACE=1 an error ld.bfd: disk/built-in.o: in function `lba512_muldiv': disk/part.c:114: undefined reference to `__udivmoddi4 occurred. Use '>> 11' instead of '/ 2048' to avoid the division. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>