libmach: change amd64 szreg to 8 (thanks charles forsyth)
This commit is contained in:
parent
6e6beff85d
commit
da9f1ccc28
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Mach mamd64=
|
||||||
0x00007ffffffff000ull, /* user stack top */
|
0x00007ffffffff000ull, /* user stack top */
|
||||||
1, /* quantization of pc */
|
1, /* quantization of pc */
|
||||||
8, /* szaddr */
|
8, /* szaddr */
|
||||||
4, /* szreg */
|
8, /* szreg */
|
||||||
4, /* szfloat */
|
4, /* szfloat */
|
||||||
8, /* szdouble */
|
8, /* szdouble */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue