• Andy McFadden's avatar
    Remove ((noreturn)) from dvmAbort(). · bb710e32
    Andy McFadden authored
    Functions that could call dvmAbort() from more than one place were
    merging the calls together, which is great until you need to decode a
    native stack trace.
    
    For 2144313.
    bb710e32
Misc.h 8.2 KB