mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
This reverts commit6df1814c08
. It caused a SEGV again:20190626
T051707Z.fail.html.gz
This commit is contained in:
parent
6c6bf9ffcb
commit
28eeaed8a9
3 changed files with 4 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#define COROUTINE __attribute__((noreturn)) void
|
||||
|
||||
enum {COROUTINE_REGISTERS = 8};
|
||||
enum {COROUTINE_REGISTERS = 9};
|
||||
|
||||
struct coroutine_context
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue