diff options
| author | Ken Thompson <ken@golang.org> | 2008-07-12 17:16:22 -0700 |
|---|---|---|
| committer | Ken Thompson <ken@golang.org> | 2008-07-12 17:16:22 -0700 |
| commit | 3f982aeaf6c5809d2ec61b07944a72ac2f6aa5a9 (patch) | |
| tree | 435e5e43a92ecf6a22b466f8fd3e44b964f15cb1 /src/runtime/rt0_amd64.s | |
| parent | 439b0c40bcb3652c302a3d1bc566463f2a6e7026 (diff) | |
| download | go-3f982aeaf6c5809d2ec61b07944a72ac2f6aa5a9.tar.xz | |
morestack magic number
automatically generated in 6g and 6c,
manually set in 6a. format is
TEXT a(SB),, $a-b
where a is auto size and b is parameter size
SVN=126946
Diffstat (limited to 'src/runtime/rt0_amd64.s')
| -rw-r--r-- | src/runtime/rt0_amd64.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/rt0_amd64.s b/src/runtime/rt0_amd64.s index 71b1fd8f30..aad67cbbda 100644 --- a/src/runtime/rt0_amd64.s +++ b/src/runtime/rt0_amd64.s @@ -46,11 +46,11 @@ TEXT _rt0_amd64(SB),7,$-8 CALL notok(SB) // never returns RET -TEXT sys·breakpoint(SB),7,$-8 +TEXT sys·breakpoint(SB),7,$0 BYTE $0xcc RET -TEXT FLUSH(SB),7,$-8 +TEXT FLUSH(SB),7,$0 RET /* |
