OSDN Git Service

Remove ((noreturn)) from dvmAbort().
authorAndy McFadden <fadden@android.com>
Thu, 24 Sep 2009 21:44:59 +0000 (14:44 -0700)
committerAndy McFadden <fadden@android.com>
Thu, 24 Sep 2009 21:50:23 +0000 (14:50 -0700)
commitbb710e3294c57587f327c5e365353af81aa2cb5f
tree3a3a31240fb3fcbdfa7bd67de2ac4d88f318e25d
parentf182380424709227a08f7d84056209be0952d06d
Remove ((noreturn)) from dvmAbort().

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.
vm/Misc.h