|
From: Dirk M. <dm...@gm...> - 2003-11-24 13:42:57
|
On Monday 24 November 2003 13:59, Tom Hughes wrote: > In fact there is sample code in the Intel CPUID application node > showing how to check for it. The application note is at: Thats nice. However the problem is that the application we valgrind might want to run the cpuid instruction and will then expect to receive a SIGILL. We can't just skip the instruction, since that will break the simulation. The case you're trying to fix is when valgrind calls itself cpuid to figure some things out. Thats a different issue though. |