search for: sytex

Displaying 2 results from an estimated 2 matches for "sytex".

Did you mean: sytem
2019 Feb 26
2
How to implement function pointer?
...pilerllvm1/index.html, but non of those showed how to implement a function pointer(or at least there is but I didn't find out). For example I got a c style code like this: int foo(int i) { return ++i; } int (*p)(int); int main() { p = foo; p(3); } I turn it into IR code and found the sytex of a function pointer is: @p = global i32 (i32)* null, align 8 I tried play with llvm::PointerType but I cannot get the sytex, so could anyone teach me how to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attach...
2002 Mar 09
1
smbd running multiple times
Dear "someone who can help", I am having a problem with SAMBA and SWAT (although I'm not sure SWAT is part of the problem...) I get two instances of "smbd" when ever it is started on this system. From SWAT I can only stop it ONE time. After that, each time I attempt to stop the SMBD daemon from SWAT it simply starts TWO more instances of the daemon (or something