AAPCS stack alignment

This commit is contained in:
NIIBE Yutaka
2016-03-08 20:27:24 +09:00
parent 90ac7f7c13
commit 25e5f21847
3 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
/*
* chopstx.h - Threads and only threads.
*
* Copyright (C) 2013 Flying Stone Technology
* Copyright (C) 2013, 2016 Flying Stone Technology
* Author: NIIBE Yutaka <gniibe@fsij.org>
*
* This file is a part of Chopstx, a thread library for embedded.
@@ -135,4 +135,4 @@ void chopstx_cleanup_pop (int execute);
void chopstx_wakeup_usec_wait (chopstx_t thd);
#define CHOPSTX_THREAD_SIZE 60
#define CHOPSTX_THREAD_SIZE 64