Actions
Bug #10254
closedBuild error for dtrace_isa.c on sparc
Start date:
2019-01-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Building on SPARC:
../../sparc/dtrace/dtrace_isa.c:945: error: conflicting types for 'dtrace_setreg'
../../common/sys/dtrace_impl.h:1265: note: previous declaration of 'dtrace_setreg' was here
In the intel version of the file, and the header, it's void(), while the sparc version incorrectly declares it to return int.
(And clearly, if it's void, it mustn't return a value.)
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit fec628e60aec45b40824841a8b7246141504d1cc
commit fec628e60aec45b40824841a8b7246141504d1cc Author: Peter Tribble <peter.tribble@gmail.com> Date: 2019-01-20T23:46:34.000Z 10254 Build error for dtrace_isa.c on sparc Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions