shithub: riscv

Download patch

ref: da9f1ccc282a4bb09b3197e850f76c809f4fe7e6
parent: 6e6beff85d3f2d71c4e1d92d1f2091d01c7d5c34
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Nov 24 17:38:00 EST 2018

libmach: change amd64 szreg to 8 (thanks charles forsyth)

--- a/sys/src/libmach/6.c
+++ b/sys/src/libmach/6.c
@@ -111,7 +111,7 @@
 	0x00007ffffffff000ull,	/* user stack top */
 	1,			/* quantization of pc */
 	8,			/* szaddr */
-	4,			/* szreg */
+	8,			/* szreg */
 	4,			/* szfloat */
 	8,			/* szdouble */
 };