diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-09 17:43:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-09 17:54:19 +0000 |
commit | dd3906bf5debdb74bb8e356cede7f6ac6d770007 (patch) | |
tree | bd8011f2b300b861b10dd19e7ca7dfd4501def62 /rts/Disassembler.c | |
parent | df2ea10655984234924ad9f2c237289ab8f4baa6 (diff) | |
download | haskell-dd3906bf5debdb74bb8e356cede7f6ac6d770007.tar.gz |
UNREG: fix implicit declarations from pdep and pext
Unreg build failed as:
$ ./configure --enable-unregisterised
$ make
HC [stage 1] libraries/ghc-prim/dist-install/build/GHC/PrimopWrappers.o
ghc_1.hc: In function 'ghczmprim_GHCziPrimopWrappers_pdep8zh_entry':
ghc_1.hc:1810:9: error:
error: implicit declaration of function 'hs_pdep8'; did you mean 'hs_ctz8'?
[-Werror=implicit-function-declaration]
_c3jz = hs_pdep8(*Sp, Sp[1]);
^~~~~~~~
hs_ctz8
|
1810 | _c3jz = hs_pdep8(*Sp, Sp[1]);
| ^
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'rts/Disassembler.c')
0 files changed, 0 insertions, 0 deletions