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

front
cinap_lenrek 2018-11-24 22:38:00 +01:00
parent 6e6beff85d
commit da9f1ccc28
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Mach mamd64=
0x00007ffffffff000ull, /* user stack top */
1, /* quantization of pc */
8, /* szaddr */
4, /* szreg */
8, /* szreg */
4, /* szfloat */
8, /* szdouble */
};