|
From: Daniel v. H. C. <da...@ma...> - 2005-05-16 13:12:12
|
valgrind-2.4.0: ==21494== Valgrind detected that your program requires ==21494== the following unimplemented functionality: ==21494== x86 segment override (SEG=SS) prefix ==21494== This may be because the functionality is hard to implement, ==21494== or because no reasonable program would behave this way, ==21494== or because nobody has yet needed it. In any case, let us know at ==21494== valgrind.kde.org and/or try to work around the problem, if you can. ==21494== ==21494== Valgrind has to exit now. Sorry. Bye! Hi all! I cannot work around the problem (unfortunaly). So... What is the case? Hard to implement, this is not a common feature or nobody has yet needed it? I don't have access to the code that uses this thing, it is inside a libary that I bought. Another problem is that althought I know something of Intel 32bits x86 Assembler I really don't know what is "segment override (SEG=SS) prefix". I can disable this part of the code in the program, but I would not do a real test in that case. Dead end? Thank you all! Daniel Colchete |