Advertisement
joxeankoret

Untitled

Apr 21st, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. $ time.py ./hypatia.py /devel/bochs/bochs-2.6.11
  2. /devel/bochs/bochs-2.6.11/gdbstub.cc:514: error: True and false parts of 'if' statement are equal.
  3. if (last_stop_reason == GDBSTUB_EXECUTION_BREAKPOINT ||
  4. ^~~~~~
  5. /devel/bochs/bochs-2.6.11/gdbstub.cc:781: error: True and false parts of 'if' statement are equal.
  6. else if (strncmp(&buffer[1], "Supported", strlen("Supported")) == 0)
  7. ^~~~~~
  8.  
  9. Total of 2 report(s).
  10.  
  11. Total compiling time 3.265616 second(s).
  12. Total plugins time 12.380301 second(s).
  13.  
  14. Time 0:00:16.592111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement