diff options
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 662fde759..d7bf807cc 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -138,6 +138,7 @@ struct	Gobuf  	byte*	sp;  	byte*	pc;  	G*	g; +	uintptr	r0;		// used on arm  };  struct	G  { | 
