Changes between Version 2 and Version 3 of Ticket #10814, comment 17


Ignore:
Timestamp:
Nov 22, 2018, 6:09:57 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 17

    v2 v3  
    1010
    1111Hm. I can't say what QFG4 is expecting from the call. Technically all the OR does is guarantee a non-zero result. So SetNowSeen() could get away with returning a bool, an object address, or void (de facto object, with the call's obj param left unmodified in acc). They'd all be forced to evaluate as true and not abandon the if block.
     12
     13If the kernel is returning void (de facto object), and that is intended behavior for QFG4, then the invalid-arithmetic detection would be a false positive.