Merge pull request #4666 from martin-frbg/issue4633
Fix spurious errors in the extended utest for INTERFACE64=1 on big-endian systems
This commit is contained in:
commit
89e3fd0821
|
@ -39,7 +39,7 @@ static char *rout;
|
|||
|
||||
static void F77_xerbla(char *srname, void *vinfo)
|
||||
{
|
||||
int info=*(int*)vinfo;
|
||||
blasint info=*(blasint*)vinfo;
|
||||
|
||||
if (link_xerbla)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue