1
0
Fork 0
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 commit 6df1814c08.

It caused a SEGV again:
20190626T051707Z.fail.html.gz
This commit is contained in:
Yusuke Endoh 2019-06-26 17:22:46 +09:00
parent 6c6bf9ffcb
commit 28eeaed8a9
3 changed files with 4 additions and 8 deletions

View file

@ -12,7 +12,7 @@
#define COROUTINE __attribute__((noreturn)) void
enum {COROUTINE_REGISTERS = 8};
enum {COROUTINE_REGISTERS = 9};
struct coroutine_context
{