Calling an assembly function from C
问题 One of my generated functions doesn't compute what it should and I am trying to debug it separately. I have the assembler for it and I try to call it from a stripped down C program. However, for some reason I end up getting segfaults in the function (so, calling the function seems to work, but execution fails). There might be something wrong with passing the arguments.. The functions signature is void func(int, int, float*, float*, float*); The function ignores the first two arguments and