nn::os::ARM::EXCEPTION_BUFFER_USE_THREAD_STACK Constant

Syntax

ExceptionBuffer * const EXCEPTION_BUFFER_USE_THREAD_STACK =  reinterpret_cast<ExceptionBuffer*>(1);

Description

Specifies that the stack for the thread in which the exception occurred be used as the buffer for storing exception information.

Revision History

2011/07/29
Initial version.

CONFIDENTIAL