diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-11-24 22:38:00 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-11-24 22:38:00 +0100 |
commit | da9f1ccc282a4bb09b3197e850f76c809f4fe7e6 (patch) | |
tree | 01c5d6ed82ff745773cbf764a4f56cf8c1d91687 /sys/src/libmach | |
parent | 6e6beff85d3f2d71c4e1d92d1f2091d01c7d5c34 (diff) |
libmach: change amd64 szreg to 8 (thanks charles forsyth)
Diffstat (limited to 'sys/src/libmach')
-rw-r--r-- | sys/src/libmach/6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libmach/6.c b/sys/src/libmach/6.c index a4d7d2e67..8b6c8a169 100644 --- a/sys/src/libmach/6.c +++ b/sys/src/libmach/6.c @@ -111,7 +111,7 @@ Mach mamd64= 0x00007ffffffff000ull, /* user stack top */ 1, /* quantization of pc */ 8, /* szaddr */ - 4, /* szreg */ + 8, /* szreg */ 4, /* szfloat */ 8, /* szdouble */ }; |