mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(NSTACKS): Move into "ia64-test-stack.h".
(STACK_SIZE_SHIFT): Ditto. (STACK_SIZE): Ditto. (Logical change 1.42)
This commit is contained in:
parent
a3f100b9f0
commit
e55b2e04ce
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#define NSTACKS 1024
|
||||
#define STACK_SIZE_SHIFT 17
|
||||
#define STACK_SIZE (1 << STACK_SIZE_SHIFT)
|
||||
#include "ia64-test-stack.h"
|
||||
|
||||
.common stackmem, NSTACKS*STACK_SIZE, 16
|
||||
|
||||
|
|
Loading…
Reference in a new issue