mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
coroutine/arm32/Context.S: save/restore the registers via stack
Retry of518adcca0aanddbe232e24e
This commit is contained in:
parent
51361272f9
commit
6df1814c08
3 changed files with 8 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ extern "C" {
|
|||
|
||||
#define COROUTINE __attribute__((noreturn)) void
|
||||
|
||||
enum {COROUTINE_REGISTERS = 9};
|
||||
enum {COROUTINE_REGISTERS = 8};
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue