diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-08-13 10:15:45 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-08-13 10:38:36 -0700 |
commit | e5c00544cce1feb2c8c4e9aad766315d389c69c4 (patch) | |
tree | 49f9d1974b7e430eed0a1469c5e42e9b537835a6 /gcc/go | |
parent | 4998404915bba9cb04c438a926cdf7126782a767 (diff) | |
download | gcc-e5c00544cce1feb2c8c4e9aad766315d389c69c4.zip gcc-e5c00544cce1feb2c8c4e9aad766315d389c69c4.tar.gz gcc-e5c00544cce1feb2c8c4e9aad766315d389c69c4.tar.bz2 |
runtime: use C cast syntax in stack.c
Didn't notice earlier because this code is only used on systems that
do not support -fsplit-stack.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/342051
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index bcbe1d9..3000285 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59 +f2b7a2ce94127ad444a772bd1631516c5c67fb73 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |